euca-describe-group(1) - Linux man page
Name
euca2ools - Shows information about groups.Description
Shows information about groups.euca-describe-group [-a, --access-key <access_key> ][-s, --secret-key
- <secret_key> ][--config <config_path>
- ][--debug][--debugger][-h, --help][--region <region_name> ][-U, --url <url> ][--version][--euca-auth] [--filter name=value] [ group_name ]
OPTIONAL PARAMETERS
- -a,--access-key
- User's Access Key ID.
- -s,--secret-key
- User's Secret Key.
- --config
- Read credentials and cloud settings from the specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
- --debug
- Turn on debugging output.
- --debugger
- Enable interactive debugger on error
- -h,--help
- Display this help message.
- --region
- region to direct requests to
- -U,--url
- URL of the Cloud to connect to.
- --version
- Display the version of this tool.
- --euca-auth
- Use NC authentication mode
- group_name
- group to describe
AVAILABLE FILTERS
- description
- Description of the security group.
- group-name
- Name of the security group.
- ip-permission.cidr
- CIDR range that has been granted the permission.
- ip-permission.from-port
- Start of port range for the TCP and UDP protocols, or an ICMP type number. An ICMP type number of -1 indicates a wildcard (i.e., any ICMP type number).
- ip-permission.group-name
- Name of security group that has been granted the permission.
- ip-permission.protocol
- IP protocol for the permission. Valid Values: tcp | udp | icmp
- ip-permission.to-port
- End of port range for the TCP and UDP protocols, or an ICMP code. An ICMP type number of -1 indicates a wildcard (i.e., any ICMP type number).
- ip-permission.user-id
- ID of AWS account that has been granted the permission.
- owner-id
- AWS account ID of the owner of the security group.