# NOT RUN {
# This example adds the specified subnet to the set of configured subnets
# for the specified load balancer.
svc$attach_load_balancer_to_subnets(
LoadBalancerName = "my-load-balancer",
Subnets = list(
"subnet-0ecac448"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab