
apply-security-groups-to-load-balancer
**************************************


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

Associates one or more security groups with your LoadBalancer in VPC.
The provided security group IDs will override any currently applied
security groups.


SYNOPSIS
========

   aws elb apply-security-groups-to-load-balancer
     --security-groups <value>
     --load-balancer-name <value>


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

"--security-groups"  (list of string)
   A list of security group IDs to associate with your LoadBalancer in
   VPC. The security group IDs must be provided as the ID and not the
   security group name (For example, sg-1234).

   *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
