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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南