You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @p24-max thanks for reaching out. It looks like MaxHealthyPerecentage was just added in version 2.13.37 per the CHANGELOG (and in 1.30.1 for v1), and is in the documentation:
MaxHealthyPercentage -> (integer)
Specifies the maximum percentage of the group that can be in service and healthy, or pending, to support your workload when replacing instances. The value is expressed as a percentage of the desired capacity of the Auto Scaling group. Value range is 100 to 200.
If you specify MaxHealthyPercentage , you must also specify MinHealthyPercentage , and the difference between them cannot be greater than 100. A larger range increases the number of instances that can be replaced at the same time.
If you do not specify this property, the default is 100 percent, or the percentage set in the instance maintenance policy for the Auto Scaling group, if defined.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
Within the AWS console (EC2-Autoscaling Instance-Refresh), it is possible to specify a MaxHealthyPercentage during an instance refresh.
This is how the "preferences" look like in CloudTrail when performing an instance refresh from AWS management console:
With AWS CLI v2, it is not possible to specify the MaxHealthyPercentage, so please add support for it.
Use Case
Use the new Instance replacement method
Proposed Solution
No response
Other Information
No response
Acknowledgements
CLI version used
aws-cli/2.13.36 Python/3.11.6 Darwin/23.1.0 source/arm64 prompt/off
Environment details (OS name and version, etc.)
MacOS m-chip
The text was updated successfully, but these errors were encountered: