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