Restart service tasks using the current task definition.
Section: ECS Clusters and Services
Force a new ECS deployment
bash
bash
aws ecs update-service --cluster my-cluster --service my-service --force-new-deploymentExplanation
Useful after a new image tag is made available in-place.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing ECS Clusters and Services
Describe services
Inspect ECS service desired count, task definition, and deployment status.
Delete an ECS service
Remove an ECS service after scaling it down or forcing deletion.