-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS AMI does not support instance type m6a.4xlarge any longer. #1380
Comments
@evilbulgarian what is the error that you see? Running the follow returns the correct image metadata for me:
|
and i tested deploying it onto m6a.4xlarge and everything worked. |
hi, @jepio thanks for looking into it. I am not able to deploy it into all of our environments except our development ones where its been running for months now. I am getting this error:
Also when I go from aws console to that subscription then click on launch ec2 instance from there I am not able to select the m6a.4xlarge or a bunch of other instances actually. |
Can you check us-west-2? Also, could you try deploying directly from the aws cli? I had no problems creating an m6a.4xlarge instance with our AMIs. I don't see any way for an AMI to specifically indicate compatibility with m6a. |
Yup I already tried this from terraform which uses the aws cli, in us-west-2 as well. I reached out to our aws support and they did verify the issue:
|
Description
[ 1 paragraph concisely describing the bug ]
I started using m6a.4xlarge instances with flatcar. I currently get the current ami via this terraform code:
This is the subscription I need for the above generated ami:
https://us-east-1.console.aws.amazon.com/marketplace/home?region=ap-south-1#/subscriptions/7b88ef15-f132-4f76-80aa-a06e68eb0117
but recently I am not able to create instances with this ami and m6a.4xlarge because they are unsupported. Any idea what has changed?
Impact
no support for common aws instance types.
Environment and steps to reproduce
go to subscription https://us-east-1.console.aws.amazon.com/marketplace/home?region=ap-south-1#/subscriptions/7b88ef15-f132-4f76-80aa-a06e68eb0117 and select provision, then try and select m6a.4xlarge
Expected behavior
new instance should work with that ami
Additional information
Please add any information here that does not fit the above format.
The text was updated successfully, but these errors were encountered: