How do I stop an ECS deployment that does not use CodeDeploy? The ECS deployment is stuck in "In progress".

0

How do I stop an ECS deployment that does not use CodeDeploy? The ECS deployment is stuck in "In progress".

posta 2 anni fa5940 visualizzazioni
1 Risposta
0

If you are not using Circuit Breaker or CloudWatch Alarms to roll back your Deployment on failed ECS Tasks during the deployment you have to deploy a new Deployment with new Task Definition which will pass health checks, or revert the Task Definition version to the last known working version.

According to the https://aws.amazon.com/blogs/containers/automate-rollbacks-for-amazon-ecs-rolling-deployments-with-cloudwatch-alarms/ blog post: "By default, when the tasks in a service are unable to reach a healthy state, the scheduler applies the service throttling logic to retry the deployments and it required manual intervention to cancel the deployments after a certain number of failed attempts."

ECS Deployment "stuck" in the "In progress" state is expected behavior.

MarinAE
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande