Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ECLAT-MKVOL(1)		      Eclat User Reference		  ECLAT-MKVOL(1)

NAME
     eclat-mkvol, eclat-create-volume - create an Amazon EBS volume

SYNOPSIS
     eclat mkvol [-i N] [-s] [--iops=N] [--snapshot=ID] SIZE ZONE

     eclat mkvol --help

DESCRIPTION
     This command creates a new Amazon EBS volume of size SIZE in the availabil-
     ity zone ZONE.  The created volume can then be attached to any EC2 instance
     in the same Availability Zone.

OPTIONS
     -i, --iops N
	    Sets the supported number of I/O operations per second (IOPS).

     -s, --snapshot ID
	    The snapshot ID from which to create the new volume.

OUTPUT
     On  success, the default format prints the ID of the created volume and its
     status.

EXAMPLE
     $ eclat mkvol 80 eu-west-1b
     vol-de1203fa   creating

SEE ALSO
     eclat(1), eclat-rmvol(1), eclat-lsvol(1),	eclat-atvol(1),  eclat-devol(1),
     eclat-describe-availability-zones(1).

AUTHORS
     Sergey Poznyakoff

BUG REPORTS
     Report bugs to <bug-eclat@gnu.org.ua>.

COPYRIGHT
     Copyright (C) 2012-2018 Sergey Poznyakoff
     License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li-
     censes/gpl.html>
     This  is  free software: you are free to change and redistribute it.  There
     is NO WARRANTY, to the extent permitted by law.

ECLAT				January 26, 2015		  ECLAT-MKVOL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=eclat-mkvol&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help