View source: R/autoscaling_operations.R
autoscaling_enter_standby | R Documentation |
Moves the specified instances into the standby state.
See https://www.paws-r-sdk.com/docs/autoscaling_enter_standby/ for full documentation.
autoscaling_enter_standby(
InstanceIds = NULL,
AutoScalingGroupName,
ShouldDecrementDesiredCapacity
)
InstanceIds |
The IDs of the instances. You can specify up to 20 instances. |
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ShouldDecrementDesiredCapacity |
[required] Indicates whether to decrement the desired capacity of the Auto Scaling
group by the number of instances moved to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.