
terminate-instances
*******************


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

The terminate-instances operation shuts down one or more instances.
This operation is idempotent; if you terminate an instance more than
once, each call will succeed.

Terminated instances will remain visible after termination
(approximately one hour).


SYNOPSIS
========

   aws ec2 terminate-instances
     --instance-ids <value>


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

"--instance-ids"  (list of string)
   The list of instances to terminate.

   *Parameter Syntax*

      ["string", ...]


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

None
