ec2-add-group From Amazon Elastic Compute Cloud: 2008-12-01 previous page next page ec2-add-groupSyntax ec2-add-group group -d description Description Creates a new security group. Group names must be unique per account. OptionsOptionDescriptionRequiredgroupName of the security group. Example: webservers Yes-d descriptionDescription of the group. This is informational only. If the description contains spaces, you must enclose it in single quotes ('). Example: -d 'Web servers' YesOutput Amazon EC2 returns a table that contains the following information: Output type identifier ("GROUP")Group nameGroup description Amazon EC2 displays errors on stderr. ExampleThis example creates the websrv security group.PROMPT> ec2-add-group websrv -d 'Web Servers' GROUP websrv Web ServersRelated Topics CreateSecurityGroup ec2-describe-group ec2-delete-group ec2-authorize ec2-revoke previous page start next page