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.
This PR applies the
enable-circuit-breaker
parameter toAWS Code Deploy
deployments. In order to use this parameter, theverify-revision-is-deployed
must be set totrue
.When
enable-circuit-breaker
is set totrue
it enablesCode Deploy
to roll back to a working state should updating the service fail.