I can't create EC2 machine in Queretaro Local Zone (us-east-1-qro-1)

0

As far as I understand, there are available EC2 instances in that local zone, I configured the VPC and Subnet aiming to that local zone (I enabled it of course), but when I try to launch it with the corresponding characteristics, then it throws an error, I don't know if I missed something, could you please help me? Note: I referred to this page to review which instances are available in such local zone: https://aws.amazon.com/es/about-aws/global-infrastructure/localzones/features/ here is the command: { "MaxCount": 1, "MinCount": 1, "ImageId": "ami-053b0d53c279acc90", "InstanceType": "t3.micro", "KeyName": "VMkey", "EbsOptimized": true, "BlockDeviceMappings": [ { "DeviceName": "/dev/sda1", "Ebs": { "Encrypted": false, "DeleteOnTermination": true, "SnapshotId": "snap-0d3283808e9f92122", "VolumeSize": 30, "VolumeType": "gp2" } } ], "NetworkInterfaces": [ { "SubnetId": "subnet-002521f7ba6ae88a9", "AssociatePublicIpAddress": false, "DeviceIndex": 0, "Groups": [ "sg-0889ecec327ec4b73" ] } ], "TagSpecifications": [ { "ResourceType": "instance", "Tags": [ { "Key": "Name", "Value": "FirebirdMx" } ] } ], "PrivateDnsNameOptions": { "HostnameType": "ip-name", "EnableResourceNameDnsARecord": false, "EnableResourceNameDnsAAAARecord": false } }

Thanks in advance

cozatl
gefragt vor 10 Monaten295 Aufrufe
2 Antworten
2
Akzeptierte Antwort

t3.micro is not available in us-east-1-qro-1.
When I sort by local zone from the EC2 > Instance Type screen from the management console, t3.micro does not show up.
The smallest size is also t3.medium.
Change it to t3.medium and start it up.
ec2

profile picture
EXPERTE
beantwortet vor 10 Monaten
profile pictureAWS
EXPERTE
überprüft vor 10 Monaten
0

Many thanks, I didn't know that filter option and it's very useful, so now I was able to create one, sad I can't get fewer resources but I understand.

cozatl
beantwortet vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen