1EUCA-MODIFY-INSTANCE-ATTRIBUTE(1)User CommandsEUCA-MODIFY-INSTANCE-ATTRIBUTE(1)
2
3
4
6 euca-modify-instance-attribute - Modify an attribute of an instance
7
9 euca-modify-instance-attribute (-b DEVICE=::(true|false) |
10
11 --disable-api-termination {true,false} |
12 --ebs-optimized {true,false} | -g GROUP | --instance-initiā
13 ated-shutdown-behavior {stop,terminate} | -t INSTANCETYPE |
14 --kernel IMAGE | --ramdisk IMAGE | --source-dest-check
15 {true,false} | --sriov simple | --user-data DATA |
16 --user-data-file FILE) [--show-empty-fields] [-U URL] [--region
17 USER@REGION] [-I KEY_ID] [-S KEY] [--security-token TOKEN]
18 [--debug] [--debugger] [--version] [-h] INSTANCE
19
21 Modify an attribute of an instance
22
23 positional arguments:
24 INSTANCE
25 ID of the instance to modify (required)
26
27 optional arguments:
28 -b DEVICE=::(true|false), --block-device-mapping DEVICE=::(true|false)
29 change whether a volume attached to the instance will be deleted
30 upon the instance's termination
31
32 --disable-api-termination {true,false}
33 change whether or not the instance may be terminated
34
35 --ebs-optimized {true,false}
36 change whether or not the instance should be optimized for EBS
37 I/O
38
39 -g GROUP, --group-id GROUP
40 [VPC only] Change the security group(s) the instance is in
41
42 --instance-initiated-shutdown-behavior {stop,terminate}
43 whether to stop or terminate the EBS instance when it shuts down
44 (instance-store instances are always terminated)
45
46 -t INSTANCETYPE, --instance-type INSTANCETYPE
47 change the instance's type
48
49 --kernel IMAGE
50 change the instance's kernel image
51
52 --ramdisk IMAGE
53 change the instance's ramdisk image
54
55 --source-dest-check {true,false}
56 change whether source/destination address checking is enabled
57
58 --sriov simple
59 enable enhanced networking for the instance and its descendants
60
61 --user-data DATA
62 change the instance's user data (must be base64-encoded)
63
64 --user-data-file FILE
65 change the instance's user data to the contents of a file
66
67 --show-empty-fields
68 show empty values as "(nil)"
69
70 -U URL, --url URL
71 compute service endpoint URL
72
73 --region USER@REGION
74 region and/or user names to search when looking up config file
75 data
76
77 -I KEY_ID, --access-key-id KEY_ID
78
79 -S KEY, --secret-key KEY
80
81 --security-token TOKEN
82
83 --debug
84 show debugging output
85
86 --debugger
87 launch interactive debugger on error
88
89 --version
90 show the program's version and exit
91
92 -h, --help
93 show this help message and exit
94
95
96
97euca2ools 3.4 December 2016EUCA-MODIFY-INSTANCE-ATTRIBUTE(1)