How ECS service or task definition choose the container from ECR
I am using ECS
fargate.
How do I hot switch images in my AWS Task Definition now that there is ‘ECS software version consistency’?
Background: I run a large number of ECS Fargate services via Cloudformation. There are 3 Cloudformation stacks for our different environments (Dev, Staging, Prod). In prod and staging, we follow the expected CI/CD pipeline that is consistent with AWS’s new software version consistency philosophy.