1EUARE-INSTANCEPROFILEDEL(1) User Commands EUARE-INSTANCEPROFILEDEL(1)
2
3
4
6 euare-instanceprofiledel - Delete an instance profile
7
9 euare-instanceprofiledel [-r] [-p] [--as-account ACCOUNT] [-U URL]
10
11 [--region USER@REGION] [-I KEY_ID] [-S KEY]
12 [--security-token TOKEN] [--debug] [--debugger] [--version] [-h]
13 IPROFILE
14
16 Delete an instance profile
17
19 This will break any running instances that depend upon access to the
20 deleted instance profile.
21
22 positional arguments:
23 IPROFILE
24 name of the instance profile to delete (required)
25
26 optional arguments:
27 -r, --recursive
28 remove all IAM resources associated with the instance profile
29 first
30
31 -p, --pretend
32 list the resources that would be deleted instead of actually
33 deleting them. Implies -r.
34
35 --as-account ACCOUNT
36 [Eucalyptus cloud admin only] run this command as the adminisā
37 trator of another account
38
39 -U URL, --url URL
40 identity service endpoint URL
41
42 --region USER@REGION
43 region and/or user names to search when looking up config file
44 data
45
46 -I KEY_ID, --access-key-id KEY_ID
47
48 -S KEY, --secret-key KEY
49
50 --security-token TOKEN
51
52 --debug
53 show debugging output
54
55 --debugger
56 launch interactive debugger on error
57
58 --version
59 show the program's version and exit
60
61 -h, --help
62 show this help message and exit
63
64
65
66euca2ools 3.4 December 2016 EUARE-INSTANCEPROFILEDEL(1)