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

Update desired count behavior #194

Open
wants to merge 1 commit into
base: cdk2
Choose a base branch
from

Conversation

rogperez
Copy link
Contributor

Hello!

We've noticed that during a deployment, the DesiredCount will always end up being managed by CloudFormation due to it's presence in the template. We tried removing this using an escape hatch but that caused another issue with the way the scheduling strategy of REPLICA works. When you use REPLICA, you're required to pass in a desired count on create, but on update it can be omitted as it is already present on the ecs service itself. In this PR we simply removed the need for the DesiredCount to be in the generated CloudFormation template, and simply enforce it's default of 1 in the custom resource Create handler itself. This implementation will be flexible enough to still pass in a desired count whenever you please!

Best,
Roger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant