1EUCA-CREATE-IMAGE(1) User Commands EUCA-CREATE-IMAGE(1)
2
3
4
6 euca-create-image - Create an EBS image from a running or stopped EBS
7 instance
8
10 euca-create-image -n NAME [-d DESC] [--no-reboot] [-b DEVICE=MAPPED]
11
12 [--show-empty-fields] [-U URL] [--region USER@REGION]
13 [-I KEY_ID] [-S KEY] [--security-token TOKEN] [--debug]
14 [--debugger] [--version] [-h] INSTANCE
15
17 Create an EBS image from a running or stopped EBS instance
18
19 positional arguments:
20 INSTANCE
21 instance from which to create the image (required)
22
23 optional arguments:
24 -n NAME, --name NAME
25 name for the new image (required)
26
27 -d DESC, --description DESC
28 description for the new image
29
30 --no-reboot
31 do not shut down the instance before creating the image. Image
32 integrity may be affected.
33
34 -b DEVICE=MAPPED, --block-device-mapping DEVICE=MAPPED
35 define a block device mapping for the image, in the form
36 DEVICE=MAPPED, where "MAPPED" is "none", "ephemeral(0-3)", or
37 "[SNAP_ID]:[GiB]:[true|false]:[st andard|VOLTYPE[:IOPS]]"
38
39 --show-empty-fields
40 show empty values as "(nil)"
41
42 -U URL, --url URL
43 compute service endpoint URL
44
45 --region USER@REGION
46 region and/or user names to search when looking up config file
47 data
48
49 -I KEY_ID, --access-key-id KEY_ID
50
51 -S KEY, --secret-key KEY
52
53 --security-token TOKEN
54
55 --debug
56 show debugging output
57
58 --debugger
59 launch interactive debugger on error
60
61 --version
62 show the program's version and exit
63
64 -h, --help
65 show this help message and exit
66
67
68
69euca2ools 3.4 December 2016 EUCA-CREATE-IMAGE(1)