autoscaling_exit_standby {paws.management} | R Documentation |
Moves the specified instances out of the standby state
Description
Moves the specified instances out of the standby state.
See https://www.paws-r-sdk.com/docs/autoscaling_exit_standby/ for full documentation.
Usage
autoscaling_exit_standby(InstanceIds = NULL, AutoScalingGroupName)
Arguments
InstanceIds |
The IDs of the instances. You can specify up to 20 instances. |
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
[Package paws.management version 0.7.0 Index]