Change task placement strategy of Amazon ECS Service

Solution 1:

You can only update the deployment configuration after creating an ECS service, i.e. minimumHealthyPercent and maximumPercent, see the API documentation.

Thus, if you want to change the placement strategy, you have to re-create the service.