aws-samples / amazon-ecs-catsndogs-workshop

This is self-paced workshop designed to allow developers and system administrators to get hands on with Amazon Elastic Container Service concepts such as service and container-instance auto-scaling, spot-fleet integration, container placement strategies, service discovery, secrets management with AWS Systems Manager Parameter Store, time-based and event-based scheduling, and automated deployment pipelines.
Apache License 2.0
167 stars 72 forks source link

Replaced AMIs FindInMap with SSM Param Store for recommended ECS Opti… #48

Open lima02 opened 3 years ago

lima02 commented 3 years ago

…mized AMI so that the latest ECS AMI for the region is used instead. The one in the AMI FindInMap had an outdated ECS Agent. Now, no matter what region you deploy to, the latest ECS optimized AMI will be dynamically set and used.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.