Unable to update platform version on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment

Photo by Venti Views on Unsplash

Unable to update platform version on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment

AWS/Amazon Elastic Container Service

  • outline

ECS service using Blue Green deployment can NOT change desired count on AWS Web Console.

  • error message

HTTP status code 400 Unable to update platform version on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment.

  • resolution (using AWS CLI)
aws ecs update-service --cluster <cluster> --service <service> --desired-count X