1EUCA-AUTHORIZE(1) User Commands EUCA-AUTHORIZE(1)
2
3
4
6 euca-authorize - Eucalyptus tool: Add a new rule to a security group.
7
9 Add a new rule to a security group.
10
11 euca-authorize [-P, --protocol protocol] [-p, --port-range port_range]
12 [-t, --icmp-type-code type:code] [-o, --source-group source_group] [-u,
13 --source-group-user source_group_user] [-s, --source-subnet source_sub‐
14 net] [-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
60
61euca-authorize Version: 1.2 (BSDJ)uly 2010 EUCA-AUTHORIZE(1)