Salta al contenuto

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?

posta 2 anni fa379 visualizzazioni
2 Risposte
2
Risposta accettata

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

ESPERTO
con risposta 2 anni fa
ESPERTO
verificato 2 anni fa
  • 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

ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.