Describe the solution you'd like
For ECS we would like to automatically use the lastest ECS enhanced AMI in our auto scaling groups. At the moment on each release of a new ECS enhanced AMI we need to create a new version of the ASG Launch Configuration and update the image-id parameter. It would be nice to just select the latest available AMI at launch time and not having to update the configurations all the time. This could be done with allowing the use of ssm:resolve in the image-id field.
Describe alternatives you've considered
At the moment we have a subscription to the ECS SNS topic which kicks of a script create a new launch configuration and updates the ASG. But this leads to many launch configuration over time as we have multiple ECS clusters and use separate ASG for them.
Describe the solution you'd like
For ECS we would like to automatically use the lastest ECS enhanced AMI in our auto scaling groups. At the moment on each release of a new ECS enhanced AMI we need to create a new version of the ASG Launch Configuration and update the image-id parameter. It would be nice to just select the latest available AMI at launch time and not having to update the configurations all the time. This could be done with allowing the use of ssm:resolve in the image-id field.
Describe alternatives you've considered
At the moment we have a subscription to the ECS SNS topic which kicks of a script create a new launch configuration and updates the ASG. But this leads to many launch configuration over time as we have multiple ECS clusters and use separate ASG for them.