AWS ECS fargate with deployment circuit breaker - ...
# aws
e
AWS ECS fargate with deployment circuit breaker - pulumi is always successful because of waiforsteadystate We have started utilizing deployment circuit breaker on a few of the ECS fargate services used in our environment. This is great for picking up failing deployments and rolling back to the the stable task definition, but it's not so easy to pick up when this happens based on pulumi deployments since the only signal pulumi waits for is the waitForSteadyState which eventually is true with deplyment circuit breaker enabled. Do you have any inputs or references to how we can pick these deployment rollbacks as part deployment using pulumi?