admin管理员组

文章数量:1122846

I have only found it so far by chat gpt, but not by googling or by using the proposed way from aws:

aws ec2 describe-images --owners amazon

nor is the AMI shown in the EC2 console the correct one.

What is the correct way to find the AMI ID for the region in cloudformation?

I have only found it so far by chat gpt, but not by googling or by using the proposed way from aws:

aws ec2 describe-images --owners amazon

nor is the AMI shown in the EC2 console the correct one.

What is the correct way to find the AMI ID for the region in cloudformation?

Share Improve this question edited Nov 23, 2024 at 9:13 John Rotenstein 268k28 gold badges441 silver badges529 bronze badges Recognized by AWS asked Nov 22, 2024 at 19:54 DavidDavid 2,9985 gold badges37 silver badges86 bronze badges 1
  • This might help: Query for the latest Amazon Linux AMI IDs using AWS Systems Manager Parameter Store | AWS Compute Blog – John Rotenstein Commented Nov 23, 2024 at 9:15
Add a comment  | 

1 Answer 1

Reset to default 0

I could find by simple going to ec2 and "create an instance". I was taking the ARM one with t2.micro, which would not work.

本文标签: How to find the right ami id for amazon linux 2Stack Overflow