1EUARE-ROLECREATE(1) User Commands EUARE-ROLECREATE(1)
2
3
4
6 euare-rolecreate - Create a new role
7
9 euare-rolecreate [-p PATH] (-f FILE | -s SERVICE) [-v]
10
11 [--as-account ACCOUNT] [-U URL] [--region USER@REGION]
12 [-I KEY_ID] [-S KEY] [--security-token TOKEN] [--debug]
13 [--debugger] [--version] [-h] ROLE
14
16 Create a new role
17
18 positional arguments:
19 ROLE name of the new role (required)
20
21 optional arguments:
22 -p PATH, --path PATH
23 path for the new role (default: "/")
24
25 -f FILE, --trust-policy FILE
26 file containing the trust policy for the new role
27
28 -s SERVICE, --service SERVICE
29 service to allow access to the role (e.g. ec2.amazonaws.com)
30
31 -v, --verbose
32 print the new role's ARN, GUID, and policy
33
34 --as-account ACCOUNT
35 [Eucalyptus cloud admin only] run this command as the adminisā
36 trator of another account
37
38 -U URL, --url URL
39 identity service endpoint URL
40
41 --region USER@REGION
42 region and/or user names to search when looking up config file
43 data
44
45 -I KEY_ID, --access-key-id KEY_ID
46
47 -S KEY, --secret-key KEY
48
49 --security-token TOKEN
50
51 --debug
52 show debugging output
53
54 --debugger
55 launch interactive debugger on error
56
57 --version
58 show the program's version and exit
59
60 -h, --help
61 show this help message and exit
62
63
64
65euca2ools 3.4 December 2016 EUARE-ROLECREATE(1)