
attach-volume
*************


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

Attach a previously created volume to a running instance.


SYNOPSIS
========

   aws ec2 attach-volume
     --instance-id <value>
     --device <value>
     --volume-id <value>


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

"--instance-id"  (string)
   The ID of the instance to which the volume attaches. The volume and
   instance must be within the same Availability Zone and the instance
   must be running.

"--device"  (string)
   Specifies how the device is exposed to the instance (e.g.,
   "/dev/sdh" ).

"--volume-id"  (string)
   The ID of the Amazon EBS volume. The volume and instance must be
   within the same Availability Zone and the instance must be running.


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

None
