
reboot-instances
****************


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

The reboot-instances operation requests a reboot of one or more
instances. This operation is asynchronous; it only queues a request to
reboot the specified instance(s). The operation will succeed if the
instances are valid and belong to the user. Requests to reboot
terminated instances are ignored.


SYNOPSIS
========

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


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

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

   *Parameter Syntax*

      ["string", ...]


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

None
