if (FALSE) {
# This example sets the desired capacity for the specified Auto Scaling
# group.
svc$set_desired_capacity(
AutoScalingGroupName = "my-auto-scaling-group",
DesiredCapacity = 2L,
HonorCooldown = TRUE
)
}
Run the code above in your browser using DataLab