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

FreeBSD Manual Pages

  
 
  

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

NAME
     eclat-mksg, eclat-create-security-group - create security group
     eclat create-security-group

SYNOPSIS
     eclat mksg [-i ID] [--vpc-id ID] GROUPNAME DESCR

     eclat mksg -h

     eclat mksg --help

     eclat mksg --usage

DESCRIPTION
     Creates  EC2  security  group.  The arguments supply the desired group name
     and its description.

OUTPUT
     Upon successful creation, the group  ID  of  the  newly  created  group  is
     printed on the standard output.

OPTIONS
     -i, --vpc-id ID
	    Create security group in the given VPC.

     -h,--help
	    Give a terse help summary.

     --usage
	    List command line syntax and available options.

EXAMPLE
     $ eclat mksg dbs "Security group for Database Servers"
     sg-0123abcd

SEE ALSO
     eclat(1), eclat-rmsg(1), eclat-lssg(1), eclat-sg(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-MKSG(1)

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

home | help