What’s the easiest way to update my ECS service when a new container is pushed to ECR?

0
0
Asked By SillyPenguin42 On

I'm trying to figure out the simplest method to automatically update my ECS service every time I push a new container to ECR. I've come across several options like Step Functions, CI/CD pipelines, and EventBridge, but I'm looking for the most straightforward solution. Since I typically use the #latest tag, I find myself needing to manually update the service or trigger a new deployment each time. Is there a more efficient way to handle this?

1 Answer

Answered By WorkflowWiz77 On

In an ideal setup, this should be handled through CI/CD so you can maintain control over the deployment process.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.