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
demandé il y a 10 mois295 vues
2 réponses
2
Réponse acceptée

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
EXPERT
répondu il y a 10 mois
profile pictureAWS
EXPERT
vérifié il y a 10 mois
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
répondu il y a 10 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions