(aws-autoscaling/cfn-resource-policy): (maxBatchSize is 100 which is too small, we want maxBatchSize dynamically update by ASG size) #26663
Labels
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the feature
Since most ASG scale with percentage of instance in use. So it is make more sense to use maxBatchSizeInPercentage instead of just maxBatchSize.
Also, the maxBatchSize upper limit is 100 which is still small in our usage, we have a ASG with more than 4000+ instance and 10% can be replace at a time. So request to increase the upper limit
Use Case
When RollingUpdate a large ASG, the update time is too long which decrease the deployment quite a lot
Proposed Solution
Introduce maxBatchSizeInPercentage as on RollingUpdate policy and increase the upper limit for maxBatchSize.
Other Information
No response
Acknowledgements
CDK version used
2.73
Environment details (OS name and version, etc.)
AL2
The text was updated successfully, but these errors were encountered: