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
Currently, you can find the AMI ID for an AMI by retrieving a public SSM parameter. The path varies by Kubernetes Version, OS, Special Features (e.g. GPU support), and Architecture. To get the latest AMI ID, you can do this (or something like it for other OSes):
What I would like to be added is the ability to replace "recommended" with a release version, like 1.29.3-20240531, and be able to get the AMI ID with queries like this:
If I want to use AMI IDs in launch templates, and keep my systems on a consistent release that is not the latest, it would be much easier if I could just specify the release version for all the variants, as can be done in the node group API. Instead, in order to use the public parameters and get AMI IDs for various regions, I have to specify different AMI names for different variants, and it is very easy to get the wrong name paired with the variant, e.g.
What would you like to be added:
Currently, you can find the AMI ID for an AMI by retrieving a public SSM parameter. The path varies by Kubernetes Version, OS, Special Features (e.g. GPU support), and Architecture. To get the latest AMI ID, you can do this (or something like it for other OSes):
What I would like to be added is the ability to replace "recommended" with a release version, like
1.29.3-20240531
, and be able to get the AMI ID with queries like this:Instead of being able to use a consistent release version across multiple OS variants, I have to use a variant-specific AMI Name to get the AMI:
This is tedious and error prone.
Why is this needed:
If I want to use AMI IDs in launch templates, and keep my systems on a consistent release that is not the latest, it would be much easier if I could just specify the release version for all the variants, as can be done in the node group API. Instead, in order to use the public parameters and get AMI IDs for various regions, I have to specify different AMI names for different variants, and it is very easy to get the wrong name paired with the variant, e.g.
Note that this should be relatively easy to do, and is fully backward compatible, in that you do not need to unpublish anything.
See also #531
The text was updated successfully, but these errors were encountered: