1EUCA-BUNDLE-IMAGE(1) User Commands EUCA-BUNDLE-IMAGE(1)
2
3
4
6 euca-bundle-image - Prepare an image for use in the cloud
7
9 euca-bundle-image [-I KEY_ID] [-S KEY] [--security-token TOKEN] -i FILE
10
11 [-p PREFIX] [-d DIR] -r
12 {i386,x86_64,armhf,ppc,ppc64,ppc64le} [-k FILE] [-c FILE]
13 [--ec2cert FILE] [-u ACCOUNT] [--kernel IMAGE] [--ramdisk IMAGE]
14 [--bootstrap-url BOOTSTRAP_URL] [-B VIRTUAL1=DEVICE1,VIR‐
15 TUAL2=DEVICE2,...] [--productcodes CODE1,CODE2,...]
16 [--image-size IMAGE_SIZE] [--progress | --no-progress] [--region
17 USER@REGION] [--debug] [--debugger] [--version] [-h]
18
20 Prepare an image for use in the cloud
21
22 optional arguments:
23 -I KEY_ID, --access-key-id KEY_ID
24
25 -S KEY, --secret-key KEY
26
27 --security-token TOKEN
28
29 -i FILE, --image FILE
30 file containing the image to bundle (required)
31
32 -p PREFIX, --prefix PREFIX
33 the file name prefix to give the bundle's files (required when
34 bundling stdin; otherwise defaults to the image's file name)
35
36 -d DIR, --destination DIR
37 location to place the bundle's files (default: dir named by
38 TMPDIR, TEMP, or TMP environment variables, or otherwise
39 /var/tmp)
40
41 -r {i386,x86_64,armhf,ppc,ppc64,ppc64le}, --arch
42 {i386,x86_64,armhf,ppc,ppc64,ppc64le}
43 the image's architecture (required)
44
45 -k FILE, --privatekey FILE
46 file containing your private key to sign the bundle's manifest
47 with. If one is not available the bundle will not be signed.
48
49 -c FILE, --cert FILE
50 file containing your X.509 certificate. If one is not available
51 it will not be possible to unbundle the bundle without cloud
52 administrator assistance.
53
54 --ec2cert FILE
55 file containing the cloud's X.509 certificate. If one is not
56 available locally it must be available from the bootstrap ser‐
57 vice.
58
59 -u ACCOUNT, --user ACCOUNT
60 your account ID
61
62 --kernel IMAGE
63 ID of the kernel image to associate with this machine image
64
65 --ramdisk IMAGE
66 ID of the ramdisk image to associate with this machine image
67
68 --bootstrap-url BOOTSTRAP_URL
69 [Eucalyptus only] bootstrap service endpoint URL (used for
70 obtaining --ec2cert automatically
71
72 -B VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,..., --block-device-mappings VIR‐
73 TUAL1=DEVICE1,VIRTUAL2=DEVICE2,...
74 block device mapping scheme with which to launch instances of
75 this machine image
76
77 --productcodes CODE1,CODE2,...
78 comma-separated list of product codes for the image
79
80 --image-size IMAGE_SIZE
81 the image's size (required when bundling stdin)
82
83 --progress
84 show progress (the default when run interactively)
85
86 --no-progress
87 do not show progress (the default when run noninteractively)
88
89 --region USER@REGION
90 region and/or user names to search when looking up config file
91 data
92
93 --debug
94 show debugging output
95
96 --debugger
97 launch interactive debugger on error
98
99 --version
100 show the program's version and exit
101
102 -h, --help
103 show this help message and exit
104
105
106
107euca2ools 3.4 December 2016 EUCA-BUNDLE-IMAGE(1)