# NOT RUN {
# This example terminates the specified instance from the specified Auto
# Scaling group without updating the size of the group. Auto Scaling
# launches a replacement instance after the specified instance terminates.
svc$terminate_instance_in_auto_scaling_group(
InstanceId = "i-93633f9b",
ShouldDecrementDesiredCapacity = FALSE
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab