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ヶ月前293ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ