Skip to content

Instantly share code, notes, and snippets.

@PaulDuvall
Created January 19, 2021 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulDuvall/53ef51db2669b1471c3d333f42c53ed7 to your computer and use it in GitHub Desktop.
Save PaulDuvall/53ef51db2669b1471c3d333f42c53ed7 to your computer and use it in GitHub Desktop.
reinvent-2020-blog-ecs-circuit-breaker.yml
service:
Type: AWS::ECS::Service
Properties:
Cluster: !Ref cluster
DeploymentConfiguration:
DeploymentCircuitBreaker:
Enable: true
Rollback: true
MaximumPercent: 200
MinimumHealthyPercent: 100
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment