mikestead / ecs-task-deploy

Update an AWS ECS task definition with Docker image and trigger a blue/green deployment
38 stars 11 forks source link

Improvement: Add option to drop back to previous taskdef if update fails #4

Open mikestead opened 7 years ago

mikestead commented 7 years ago

Currently when you launch an update, if the new task fails to come up, or is brought down due to a failing health check, you can be in a situation where ECS service keeps trying to bring back up this failing task even though this deploy tool will have reported the failure.

To avoid this we should add option to rollback the service to the previous task def if the update fails.