Skip to content

Deployment Type

Rolling Update

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html

  • Use the deployment circuit breaker, which can roll back to last completed deployment upon a deployment failure.
    • Even 1 task is successfully running, it is not a failure....
  • Explanation with image:

Untitled

Untitled

Blue/Green deploy

https://github.com/aws-samples/ecs-blue-green-deployment

Automate Deployment with CodeDeploy

Comments