Quantcast
Channel: AWS - ECS - How can I redeploy an updated Docker image on an existing ECS (with 1 EC2) instance? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by oddude for AWS - ECS - How can I redeploy an updated Docker image on an existing ECS (with 1 EC2) instance?

$
0
0

According to the AWS documentation, you can't really do that...you can read it here - https://docs.aws.amazon.com/cli/latest/reference/ecs/register-task-definition.html

only by "Create new revision of Task Definition"Task definition -> -> create new revision

it will use the "latest" version in your repo (better to tag it with latest of course) or add the tag yourself.

BTW - I would use an automated process for these updates as part of ci/cd with json for that use, unless you already prepare to do so.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>