Skip to content
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

"The instance configuration for this AWS Marketplace product is not supported." #18

Closed
ri-erusk opened this issue Jan 14, 2025 · 4 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@ri-erusk
Copy link

This works great when building an image with EC2 Image Builder. However, once your image is built, if you try to use any instance types other than the following, you will get an error of "The instance configuration for this AWS Marketplace product is not supported."

t3.micro
t3.small
m1.medium
m5.large
c5.large

It seems this is because of the limited list of options on the actual Marketplace entry, causing a validation error. This happens even within the same family. For example, m5.large will launch. m5.xlarge will not.

https://aws.amazon.com/marketplace/pp/prodview-ulqav6trzgy76

@carlosmmatos carlosmmatos self-assigned this Jan 14, 2025
@carlosmmatos carlosmmatos added the question Further information is requested label Jan 14, 2025
@carlosmmatos
Copy link
Contributor

@ri-erusk - you are correct that there is currently a limitation on the instance types as well as the supported regions for the component. This is because we are still in some what of a BETA phase working with the AWS IB team trying to ensure that everything is working fine.

For now, since we can't just blanket support all regions/instance types, we will try to add more of the popular ones to make it more compatible.

@ri-erusk
Copy link
Author

@ri-erusk - you are correct that there is currently a limitation on the instance types as well as the supported regions for the component. This is because we are still in some what of a BETA phase working with the AWS IB team trying to ensure that everything is working fine.

For now, since we can't just blanket support all regions/instance types, we will try to add more of the popular ones to make it more compatible.

Thanks for the quick update, @carlosmmatos! It would be great to get some additional options from the existing families that you already have available, which I assume would be little to no risk. Would be great to see at least t3.medium, t3.large, t3.xlarge, and m5.xlarge added. Happy to help test for you, as well.

@carlosmmatos
Copy link
Contributor

@ri-erusk - apologies for the late response. Ran into some issues when trying to add more supported instance types that have been worked through with AWS now. I've gone ahead and added all t3 instance types. Going to add m5 and some of the other popular types.

@carlosmmatos carlosmmatos added the enhancement New feature or request label Jan 29, 2025
@carlosmmatos
Copy link
Contributor

If you have any other additional instance types that might be missing - please reopen a new issue here and I'll take care of it for you. Thanks for opening up this issue again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants