
detach-load-balancer-from-subnets
*********************************


DESCRIPTION
===========

Removes subnets from the set of configured subnets in the VPC for the
LoadBalancer.

After a subnet is removed all of the EndPoints registered with the
LoadBalancer that are in the removed subnet will go into the
*OutOfService* state. When a subnet is removed, the LoadBalancer will
balance the traffic among the remaining routable subnets for the
LoadBalancer.


SYNOPSIS
========

   aws elb detach-load-balancer-from-subnets
     --subnets <value>
     --load-balancer-name <value>


REQUIRED PARAMETERS
===================

"--subnets"  (list of string)
   A list of subnet IDs to remove from the set of configured subnets
   for the LoadBalancer.

   *Parameter Syntax*

      ["string", ...]

"--load-balancer-name"  (string)
   The name associated with the LoadBalancer to be detached. The name
   must be unique within the client AWS account.


OPTIONAL PARAMETERS
===================

None
