We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When cluster.addDefaultAutoScalingGroupCapacity was renamed to addCapacity, sample code references were missed.
ECS README: https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/aws-ecs/README.md
cdk-examples should be checked, too. ex: https://github.com/aws-samples/aws-cdk-examples/blob/master/typescript/ecs/ecs-load-balanced-service/index.ts#L16
The text was updated successfully, but these errors were encountered:
addDefaultAutoScalingGroupCapacity
Hi
After changing to addCapacity function, there is no instanceCount option to pass into. How should I set instanceCount?
Thanks
Sorry, something went wrong.
chore: update desiredCapacity in README
desiredCapacity
2fd93db
Update `instanceCount` => `desiredCapacity` in ECS README. Fixes #1926.
chore: update desiredCapacity in README (#2051)
4941ad2
chore: update desiredCapacity in README (aws#2051)
c795ca2
Update `instanceCount` => `desiredCapacity` in ECS README. Fixes aws#1926.
Successfully merging a pull request may close this issue.
When cluster.addDefaultAutoScalingGroupCapacity was renamed to addCapacity, sample code references were missed.
ECS README:
https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/aws-ecs/README.md
cdk-examples should be checked, too. ex:
https://github.com/aws-samples/aws-cdk-examples/blob/master/typescript/ecs/ecs-load-balanced-service/index.ts#L16
The text was updated successfully, but these errors were encountered: