Set Desired Capacity
GET {{aws_auto_scaling_api_base_url}}/?AutoScalingGroupName&DesiredCapacity&HonorCooldown&Action=SetDesiredCapacity
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoScalingGroupName | null | The name of the Auto Scaling group. | |
DesiredCapacity | null | The number of EC2 instances that should be running in the Auto Scaling group. | |
HonorCooldown | null | Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. By default, Amazon EC2 Auto Scaling does not honor the cooldown period during manual scaling activities. | |
Action | string |