ec2-describe-group From Amazon Elastic Compute Cloud: 2008-12-01 previous page next page ec2-describe-groupSyntaxec2-describe-group [group ...] Description Describes the current state of each specified security group. If no security groups are explicitly listed, Amazon EC2 displays all security groups owned by the current user. OptionsOptionDescriptionRequiredgroupName of the security group. Example: webservers YesOutput Amazon EC2 returns a table that contains the following information: Output type identifier ("GROUP", "PERMISSION")User ID of security group ownerSecurity group nameDescription of the security groupFirewall rule Amazon EC2 displays errors on stderr. ExampleThis example displays the state of the websrv security group.PROMPT> ec2-describe-group websrv GROUP 495219933132 websrv Web servers PERMISSION 495219933132 websrv ALLOWS tcp 80 80 FROM CIDR 0.0.0.0/0Related Topics DescribeSecurityGroups ec2-add-group ec2-delete-group ec2-authorize ec2-revoke previous page start next page