# NOT RUN {
# This example moves the specified instance out of standby mode.
svc$exit_standby(
AutoScalingGroupName = "my-auto-scaling-group",
InstanceIds = list(
"i-93633f9b"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab