
describe-instance-health
************************


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

Returns the current state of the instances of the specified
LoadBalancer. If no instances are specified, the state of all the
instances for the LoadBalancer is returned.

Note: The client must have created the specified input LoadBalancer in
  order to retrieve this information; the client must provide the same
  account credentials as those that were used to create the
  LoadBalancer.


SYNOPSIS
========

   aws elb describe-instance-health
     --load-balancer-name <value>
     [--instances <value>]


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

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


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

"--instances"  (list)
   A list of instance IDs whose states are being queried.

      (structure)
         The Instance data type.

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

   *Parameter Syntax*

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