# NOT RUN {
# This example adds the specified Availability Zone to the specified load
# balancer.
svc$enable_availability_zones_for_load_balancer(
AvailabilityZones = list(
"us-west-2b"
),
LoadBalancerName = "my-load-balancer"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab