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
已提问 10 个月前295 查看次数
2 回答
2
已接受的回答

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
专家
已回答 10 个月前
profile pictureAWS
专家
已审核 10 个月前
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
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则