
deregister-instances-from-load-balancer
***************************************


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

Deregisters instances from the LoadBalancer. Once the instance is
deregistered, it will stop receiving traffic from the LoadBalancer.

In order to successfully call this API, the same account credentials
as those used to create the LoadBalancer must be provided.


SYNOPSIS
========

   aws elb deregister-instances-from-load-balancer
     --instances <value>
     --load-balancer-name <value>


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

"--instances"  (list)
   A list of EC2 instance IDs consisting of all instances to be
   deregistered.

      (structure)
         The Instance data type.

         "instance_id"  (string)
            Provides an EC2 instance ID.

   *Parameter Syntax*

      [
        {
          "instance_id": "string"
        }
        ...
      ]

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


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

None
