1EUCA-DESCRIBE-GROUPS(1) User Commands EUCA-DESCRIBE-GROUPS(1)
2
3
4
6 euca-describe-groups - Show information about security groups
7
9 euca-describe-groups [--show-empty-fields] [-U URL]
10
11 [--region USER@REGION] [-I KEY_ID] [-S KEY]
12 [--security-token TOKEN] [--filter NAME=VALUE] [--debug]
13 [--debugger] [--version] [-h] [GROUP [GROUP ...]]
14
16 Show information about security groups
17
19 Note that filters are matched on literal strings only, so "--filter
20 ip-permission.from-port=22" will *not* match a group with a port range
21 of 20 to 30.
22
23 positional arguments:
24 GROUP limit results to specific security groups
25
26 optional arguments:
27 --show-empty-fields
28 show empty values as "(nil)"
29
30 -U URL, --url URL
31 compute service endpoint URL
32
33 --region USER@REGION
34 region and/or user names to search when looking up config file
35 data
36
37 -I KEY_ID, --access-key-id KEY_ID
38
39 -S KEY, --secret-key KEY
40
41 --security-token TOKEN
42
43 --filter NAME=VALUE
44 restrict results to those that meet criteria
45
46 --debug
47 show debugging output
48
49 --debugger
50 launch interactive debugger on error
51
52 --version
53 show the program's version and exit
54
55 -h, --help
56 show this help message and exit
57
58 allowed filter names:
59 description
60 group description group-id group-name ip-permission.cidr CIDR
61 IP range granted permission by the group ip-permission.from-port
62
63 start of TCP/UDP port range, or ICMP type
64 number
65
66 ip-permission.group-name
67 name of another group granted permission by this group
68
69 ip-permission.group-id
70 ID of another group granted permission by this group
71
72 ip-permission.protocol
73 IP protocol for the permission
74
75 ip-permission.to-port
76 end of TCP/UDP port range, or ICMP code
77
78 ip-permission.user-id
79 ID of an account granted permission
80
81 owner-id
82 account ID of the group's owner
83
84 tag-key
85 key of a tag assigned to the group
86
87 tag-value
88 value of a tag assigned to the group
89
90 tag:KEY
91 specific tag key/value combination
92
93 vpc-id [VPC only] ID of a VPC the group belongs to
94
95
96
97euca2ools 3.4 December 2016 EUCA-DESCRIBE-GROUPS(1)