amazonka-elb-0.1.4: Amazon Elastic Load Balancing SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.EnableAvailabilityZonesForLoadBalancer

Contents

Description

Adds one or more EC2 Availability Zones to the load balancer.

The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.

The new EC2 Availability Zones to be added must be in the same EC2 Region as the Availability Zones for which the load balancer was created. For more information, see Expand a Load Balanced Application to an AdditionalAvailability Zone in the Elastic Load Balancing Developer Guide.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_EnableAvailabilityZonesForLoadBalancer.html

Synopsis

Request

Request constructor

Request lenses

eazflbAvailabilityZones :: Lens' EnableAvailabilityZonesForLoadBalancer [Text] Source

A list of new Availability Zones for the load balancer. Each Availability Zone must be in the same region as the load balancer.

eazflbLoadBalancerName :: Lens' EnableAvailabilityZonesForLoadBalancer Text Source

The name associated with the load balancer.

Response

Response constructor

Response lenses

eazflbrAvailabilityZones :: Lens' EnableAvailabilityZonesForLoadBalancerResponse [Text] Source

An updated list of Availability Zones for the load balancer.