I Should Change my Instance type from M5d to M6a

0

Hello,

I would like to change my Instance type from M5a, M5d to M6a. When i try this, i am getting an error, that says "region is not supported". I am using ap-south-1 (Mumbai) region. Please provide the best solution.

Thanks, Ragav

asked 4 months ago173 views
3 Answers
0

Hello.

I checked if M6a is supported using the command below.
I have confirmed that it is supported in the "ap-south-1" region.
Could you please tell me specifically from which instance type an error occurred when trying to change to M6a?
Does the error occur with both M5a and M5d?

aws ec2 describe-instance-type-offerings --location-type "availability-zone" --filters Name=location,Values=ap-south-1a --region ap-south-1 --query "InstanceTypeOfferings[*].[InstanceType]" --output text | sort | grep "m6a"
m6a.12xlarge
m6a.16xlarge
m6a.24xlarge
m6a.2xlarge
m6a.32xlarge
m6a.48xlarge
m6a.4xlarge
m6a.8xlarge
m6a.large
m6a.metal
m6a.xlarge
profile picture
EXPERT
answered 4 months ago
profile pictureAWS
EXPERT
reviewed 4 months ago
  • I am trying to change from m5a.large, m5d.large to m6a.large

  • I tried changing from M5a and M5d to M6a on EC2 in the Mumbai region and was able to change successfully. Are there any other error messages being output?

  • Enter image description here See the attached screenshot. I am unable to change the instance type from m5d to m6a. Kindly do the needful

0

I have had this before with RDS even though there’s no issues according to the CLi. Check if the instance is available in the current AZ.

If so, try and create a AMI of the EC2 and recreate with the correct instance type. This is a hack. I’m yet to get to the bottom of this issue with AWS.

profile picture
EXPERT
answered 4 months ago
  • Enter image description here See the attached screenshot. I am unable to change the instance type from m5d to m6a. Kindly do the needful

0

Enter image description here See the attached screenshot. I am unable to change the instance type from m5d to m6a. Kindly do the needful

answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions