Skip to main content

Command Palette

Search for a command to run...

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

Updated
1 min read
Unable to update platform version on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment
  • 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