# NOT RUN {
# This example starts an instance refresh for the specified Auto Scaling
# group.
svc$start_instance_refresh(
AutoScalingGroupName = "my-auto-scaling-group",
Preferences = list(
InstanceWarmup = 400L,
MinHealthyPercentage = 50L
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab