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

FreeBSD Manual Pages

  
 
  

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

NAME
     eclat-mkvpc, eclat-create-vpc - Create VPC

SYNOPSIS
     eclat mkvpc [-t default|dedicated] [--tenancy default|dedicated] CIDR

     eclat command --help

DESCRIPTION
     Creates  a  VPC  with  the  specified CIDR block.	CIDR must have form NET-
     WORK/ASKLEN, e.g. 10.0.0.0/28.

OPTIONS
     -t, --tenancy=VALUE
	    Set the tenancy for instances created in this VPC.	A value  of  de-
	    fault means that instances can be launched with any tenancy; a value
	    of	dedicated means all instances launched into the VPC are launched
	    as dedicated tenancy instances regardless of the tenancy assigned to
	    the instance at launch.

OUTPUT
     On success, prints the ID of the created VPC, the CIDR,  options,	and  its
     state.

EXAMPLE
     $ eclat mkvpc 10.0.0.0/16
     vpc-1a2b3c4d    10.0.0.0/16     dopt-1a2b3c4d2  pending

SEE ALSO
     eclat(1), eclat-lsvpc(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				November 18, 2015		ECLAT-COMMAND(1)

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

home | help