1EUCA-REVOKE(1) User Commands EUCA-REVOKE(1)
2
3
4
6 euca-revoke - Eucalyptus tool: Revoke a rule for a security group.
7
9 Revoke a rule for a security group.
10
11 euca-revoke [-P | --protocol protocol] [-p | --port-range port_range]
12 [-t | --icmp-type-code type:code] [-o | --source-group source_group]
13 [-u | --source-group-user source_group_user] [-s | --source-subnet
14 source_subnet] [-h, --help] [--version] [--debug] group_name
15
16 REQUIRED PARAMETERS
17
18 group_name Name of the group to add the rule to.
19
20 OPTIONAL PARAMETERS
21
22 -P, --protocol Protocol ("tcp" "udp" or "icmp").
23
24 -p, --port-range Range of ports for the rule (specified
25 as "from-to").
26
27 -t, --icmp-type-code ICMP type and code specified as
28 "type:code"
29
30 -o, --source-group Group from which traffic is authorized
31 by the rule.
32
33 -u, --source-group-user User ID for the source group.
34
35 -s, --source-subnet The source subnet for the rule.
36
37 -A, --access-key User's Access Key ID.
38
39 -S, --secret-key User's Secret Key.
40
41 -U, --url URL of the Cloud to connect to.
42
43 --config Read credentials and cloud settings
44 from the
45
46 specified config file (defaults to $HOME/.eucarc or
47 /etc/euca2ools/eucarc).
48
49 -h, --help Display this help message.
50
51 --version Display the version of this tool.
52
53 --debug Turn on debugging.
54
55 Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY,
56 EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by
57 default.
58
59 group_name must be specified
60
61 Revoke a rule for a security group.
62
63 euca-revoke [-P | --protocol protocol] [-p | --port-range port_range]
64 [-t | --icmp-type-code type:code] [-o | --source-group source_group]
65 [-u | --source-group-user source_group_user] [-s | --source-subnet
66 source_subnet] [-h, --help] [--version] [--debug] group_name
67
68 REQUIRED PARAMETERS
69
70 group_name Name of the group to add the rule to.
71
72 OPTIONAL PARAMETERS
73
74 -P, --protocol Protocol ("tcp" "udp" or "icmp").
75
76 -p, --port-range Range of ports for the rule (specified
77 as "from-to").
78
79 -t, --icmp-type-code ICMP type and code specified as
80 "type:code"
81
82 -o, --source-group Group from which traffic is authorized
83 by the rule.
84
85 -u, --source-group-user User ID for the source group.
86
87 -s, --source-subnet The source subnet for the rule.
88
89 -A, --access-key User's Access Key ID.
90
91 -S, --secret-key User's Secret Key.
92
93 -U, --url URL of the Cloud to connect to.
94
95 --config Read credentials and cloud settings
96 from the
97
98 specified config file (defaults to $HOME/.eucarc or
99 /etc/euca2ools/eucarc).
100
101 -h, --help Display this help message.
102
103 --version Display the version of this tool.
104
105 --debug Turn on debugging.
106
107 Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY,
108 EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by
109 default.
110
111
112
113euca-revoke Version: 1.2 (BSD) July 2010 EUCA-REVOKE(1)