amazon-ecs-deploy-task-definition
amazon-ecs-deploy-task-definition copied to clipboard
application run failed but deploy shows it is successful
Why does it say that the deployment is successful even though the ECS deployment failed and circuit breaker is triggered?
It seems to me like wait-for-service-stability will do just what it says, but that stability can come from a deployment failing and being rolled back. As such a deployment can fail and it can reach stability again, but that gets reported as a success.
I used a solution from this thread to get around this issue. My pipeline will at least fail if the task def version does not get updated