if (FALSE) {
# This example detaches the specified load balancer from the specified
# Auto Scaling group.
svc$detach_load_balancers(
AutoScalingGroupName = "my-auto-scaling-group",
LoadBalancerNames = list(
"my-load-balancer"
)
)
}
Run the code above in your browser using DataLab