10

I am not able to find an AMI for the t4g type and Amazon Linux 2. This AMI should also be optimized for ECS.

How can I find a compatible AMI for t4g, and is there one available that is not in the marketplace ?

Thank you

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470

1 Answers1

12

Looks like you have chosen 64-bit (x86) architecture for the Amazon Linux 2 AMI.

Amazon EC2 T4g instances are powered by Arm-based AWS Graviton2 processors.

It means that you need to select the ARM architecture when choosing the Amazon Linux 2 AMI.

enter image description here

And after you can choose the t4g instance

enter image description here

CyberEternal
  • 2,259
  • 2
  • 12
  • 31