CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

feat: Added enable-circuit-breaker parameter for Code Deploy #158

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR applies the enable-circuit-breaker parameter to AWS Code Deploy deployments. In order to use this parameter, the verify-revision-is-deployed must be set to true.

When enable-circuit-breaker is set to true it enables Code Deploy to roll back to a working state should updating the service fail.