Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting t3a.medium to t4g.medium EC2 Instance [closed]

I am trying to convert t3a.medium to t4g.medium instance getting below error.

't4g.medium' is not a valid instance type for instance 'i-xxxxxxxxxxxxxxxx' of architecture 'x86_64'

Is there any way to find the right instance type? I did some research but not found anything related, no reply from the AWS support form.

I want to convert all my t3a and t3 type instances to the t4g type instance, any clue to fix this problem will be really helpful.

like image 773
Irfan.gwb Avatar asked Oct 25 '25 09:10

Irfan.gwb


1 Answers

The error means that the AMI's CPU architecture you're using is 64-bit(x86) but you selected 64-bit(Arm) for converting.

You can search arm64 type instances in Console -> EC2 -> Instance type.

like image 187
shimo Avatar answered Oct 27 '25 02:10

shimo