Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 24, 2022

Conversation

brivu
Copy link
Contributor

@brivu brivu commented May 21, 2022

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.

@brivu brivu force-pushed the implement-circuit-breaker-code-deploy branch from 5ca5a3f to 868f9b3 Compare May 24, 2022 02:32
Copy link
Contributor

@Jaryt Jaryt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@brivu brivu merged commit 087fb4a into master May 24, 2022
@brivu brivu deleted the implement-circuit-breaker-code-deploy branch May 24, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Implement deployment circuit breaker with rollback for deployment controller of type CODE_DEPLOY
2 participants