Here's a beautiful related Q - "How do I deploy updated Docker images to Amazon ECS tasks?"
But my concern is how to integrate this with CI/CD pipeline when using Jenkins for CI.
- Using Jenkins or any Jenkin's plugin is it possible to push the recently build docker image to ECR.
- Using Jenkins or any Jenkin's plugin is it possible to update the ECS container/task with the recently built or published (to ECR) image.