
attach-load-balancer-to-subnets
*******************************


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

Adds one or more subnets to the set of configured subnets in the VPC
for the LoadBalancer.

The Loadbalancers evenly distribute requests across all of the
registered subnets.


SYNOPSIS
========

   aws elb attach-load-balancer-to-subnets
     --subnets <value>
     --load-balancer-name <value>


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

"--subnets"  (list of string)
   A list of subnet IDs to add for the LoadBalancer.

   *Parameter Syntax*

      ["string", ...]

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


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

None
