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