Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ecs-patterns): remove default value for desiredCount #12992

Closed
wants to merge 2 commits into from

Conversation

piradeepk
Copy link
Contributor

@piradeepk piradeepk commented Feb 11, 2021

This change removes the default desired count set for each service by the CDK.

CloudFormation now allows the desired count to be undefined, to maintain a services existing desired count when updating an ECS service aws/containers-roadmap#493 (comment)

Fixes #12990.

@gitpod-io
Copy link

gitpod-io bot commented Feb 11, 2021

@piradeepk piradeepk self-assigned this Feb 11, 2021
@piradeepk piradeepk changed the title fix(ecs): remove default value for desiredCount fix(ecs-patterns): remove default value for desiredCount Feb 11, 2021
@piradeepk piradeepk added @aws-cdk/aws-ecs-patterns Related to ecs-patterns library contribution/core This is a PR that came from AWS. labels Feb 11, 2021
@piradeepk piradeepk force-pushed the master branch 2 times, most recently from 095bc2b to 4864241 Compare February 12, 2021 01:31
@piradeepk piradeepk force-pushed the master branch 3 times, most recently from e823047 to 1193435 Compare February 16, 2021 03:07
@piradeepk piradeepk added the pr/do-not-merge This PR should not be merged at this time. label Feb 16, 2021
@piradeepk piradeepk force-pushed the master branch 3 times, most recently from f1f4f10 to 1af07cb Compare February 16, 2021 19:29
@piradeepk piradeepk force-pushed the master branch 2 times, most recently from d717017 to a625cd5 Compare February 17, 2021 16:09
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 25a578c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@piradeepk piradeepk requested a review from SoManyHs February 17, 2021 21:13
@piradeepk piradeepk removed the request for review from iamhopaul123 February 18, 2021 04:23
@piradeepk piradeepk closed this Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ecs-patterns Related to ecs-patterns library contribution/core This is a PR that came from AWS. pr/do-not-merge This PR should not be merged at this time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(aws-ecs-patterns): Some service patterns still inline desired count to 1 when not present
3 participants