
terminate-instance-in-auto-scaling-group
****************************************


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

Terminates the specified instance. Optionally, the desired group size
can be adjusted.

Note: This call simply registers a termination request. The termination of
  the instance cannot happen immediately.


SYNOPSIS
========

   aws autoscaling terminate-instance-in-auto-scaling-group
     --instance-id <value>
     --should-decrement-desired-capacity
     --no-should-decrement-desired-capacity


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

"--instance-id"  (string)
   The ID of the Amazon EC2 instance to be terminated.

"--should-decrement-desired-capacity"  | "--no-should-decrement-
desired-capacity"  (boolean)

   Specifies whether (*true* ) or not (*false* ) terminating this
   instance should also decrement the size of the  AutoScalingGroup .


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

None
