내용으로 건너뛰기

t3a.nano - How to find list of available AMI Ids?

0

I'm lost again in documentation.

I'm creating one my firsts templates in Cloud fornation.

To experiment, and keep lower costs as possible, I choose t3a.nano as instance type

Now, I need an ImageId: where is the imageId list !? Better, how to find in the documentation?

질문됨 2년 전374회 조회
2개 답변
2
수락된 답변

Hello.

The t3a series instance type is an AMD-based CPU architecture, so if you follow the steps in the document below and search using "Architecture=x86_64" and "Owner alias=amazon" as search conditions, you should be able to find one that can be used.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html#finding-an-ami-console
a

전문가
답변함 2년 전
전문가
검토됨 2년 전
  • Thanks! This filterable table was exactly what I was looking for and also, thanks to showed me some filters. Actually, nothing is obvious in AWS

0

t3a.nano supports only x86 architecture in general different AMIs exist for different architectures (not instance types)

You can open the EC2 console in web UI and see available AMIs (they are different in other regions) Enter image description here

Enter image description here

or you can use Labmda as a custom CloudFormation resource to dynamically lookup for AMI https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/walkthrough-custom-resources-lambda-lookup-amiids.html

전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠