
create-volume
*************


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

Initializes an empty volume of a given size.


SYNOPSIS
========

   aws ec2 create-volume
     --availability-zone <value>
     [--snapshot-id <value>]
     [--volume-type <value>]
     [--iops <value>]
     [--size <value>]


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

"--availability-zone"  (string)
   The Availability Zone in which to create the new volume.


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

"--snapshot-id"  (string)
   The ID of the snapshot from which to create the new volume.

"--volume-type"  (string)

"--iops"  (integer)

"--size"  (integer)
   The size of the volume, in gigabytes. Required if you are not
   creating a volume from a snapshot.
