-
Using
service-definition.json
, find the values ofserviceName
andcluster
-
Run the following:
aws ecs update-service --service <
serviceName
> --cluster <cluster
> --desired-count 0 -
This scales down the service to 0 so it can be stopped:
aws ecs delete-service --cluster <cluster
> --service ``