Learn R Programming

paws.networking (version 0.2.0)

elb_enable_availability_zones_for_load_balancer: Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC

Description

Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.

See https://paws-r.github.io/docs/elb/enable_availability_zones_for_load_balancer.html for full documentation.

Usage

elb_enable_availability_zones_for_load_balancer(
  LoadBalancerName,
  AvailabilityZones
)

Arguments

LoadBalancerName

[required] The name of the load balancer.

AvailabilityZones

[required] The Availability Zones. These must be in the same region as the load balancer.