Open
Description
What feature/behavior/change do you want?
AWS Autoscaling has added support for identifying AMIs in Launch Templates via SSM parameters: https://docs.aws.amazon.com/autoscaling/ec2/userguide/using-systems-manager-parameters.html
When creating a self-managed nodegroup, it would be excellent if an SSM parameter could be specified instead of an AMI ID.
Why do you want this feature?
This feature would allow eksctl
users to make a choice for new nodes to be launched with the latest version of a given AMI. This could be used e.g. to expedite security patching: referring to the official SSM parameters for an AMI would ensure new nodes always have the latest patches at launch.