autoscaling_describe_load_balancers: Describes the load balancers for the specified Auto Scaling group
Description
Describes the load balancers for the specified Auto Scaling group.
This operation describes only Classic Load Balancers. If you have
Application Load Balancers, Network Load Balancers, or Gateway Load
Balancers, use the
describe_load_balancer_target_groups
API instead.
if (FALSE) {
# This example describes the load balancers attached to the specified Auto# Scaling group.svc$describe_load_balancers(
AutoScalingGroupName = "my-auto-scaling-group")
}