
set-instance-health
*******************


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

Sets the health status of an instance.


SYNOPSIS
========

   aws autoscaling set-instance-health
     --instance-id <value>
     --health-status <value>
     [--should-respect-grace-period ]


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

"--instance-id"  (string)
   The identifier of the Amazon EC2 instance.

"--health-status"  (string)
   The health status of the instance. "Healthy" means that the
   instance is healthy and should remain in service. "Unhealthy" means
   that the instance is unhealthy. Auto Scaling should terminate and
   replace it.


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

"--should-respect-grace-period"  (boolean)
   If True, this call should respect the grace period associated with
   the group.
