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

Add ECS deployment circuit breaker #31

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

brianherrera
Copy link
Contributor

This change adds the deployment circuit breaker to the ECS service config. This prevents ECS from continuously attempting to deploy tasks that fail to start or pass health checks. Otherwise the failed deployment needs to be manually cancelled through CloudFormation.

Prevents failed ECS task deployments from continuously failing and requiring manual intervention to resolve.

Signed-off-by: Brian Herrera <briher@amazon.com>
@brianherrera brianherrera requested a review from a team July 20, 2023 16:02
@brianherrera brianherrera merged commit c8cf72d into o3de:main Jul 21, 2023
@brianherrera brianherrera deleted the add-deployment-circuitbreaker branch July 21, 2023 18:53
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.

2 participants