跳至內容

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 年前檢視次數 381 次
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 年前

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

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