You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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 - 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.
@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.
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!
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
The text was updated successfully, but these errors were encountered: