Scroll to navigation

EUCA-BUNDLE-IMAGE(1) User Commands EUCA-BUNDLE-IMAGE(1)

NAME

euca-bundle-image - Prepare an image for use in the cloud

SYNOPSIS

euca-bundle-image [-I KEY_ID] [-S KEY] [--security-token TOKEN] -i FILE

[-p PREFIX] [-d DIR] -r
{i386,x86_64,armhf,ppc,ppc64,ppc64le} [-k FILE] [-c FILE] [--ec2cert FILE] [-u ACCOUNT] [--kernel IMAGE] [--ramdisk IMAGE] [--bootstrap-url BOOTSTRAP_URL] [-B VIRTUAL1=DEVICE1,VIRTUAL2=DEVICE2,...] [--productcodes CODE1,CODE2,...] [--image-size IMAGE_SIZE] [--progress | --no-progress] [--region USER@REGION] [--debug] [--debugger] [--version] [-h]

DESCRIPTION

Prepare an image for use in the cloud

optional arguments:

-I KEY_ID, --access-key-id KEY_ID

-S KEY, --secret-key KEY

--security-token TOKEN

file containing the image to bundle (required)
the file name prefix to give the bundle's files (required when bundling stdin; otherwise defaults to the image's file name)
location to place the bundle's files (default: dir named by TMPDIR, TEMP, or TMP environment variables, or otherwise /var/tmp)
the image's architecture (required)
file containing your private key to sign the bundle's manifest with. If one is not available the bundle will not be signed.
file containing your X.509 certificate. If one is not available it will not be possible to unbundle the bundle without cloud administrator assistance.
file containing the cloud's X.509 certificate. If one is not available locally it must be available from the bootstrap service.
your account ID
ID of the kernel image to associate with this machine image
ID of the ramdisk image to associate with this machine image
[Eucalyptus only] bootstrap service endpoint URL (used for obtaining --ec2cert automatically
block device mapping scheme with which to launch instances of this machine image
comma-separated list of product codes for the image
the image's size (required when bundling stdin)
show progress (the default when run interactively)
do not show progress (the default when run noninteractively)
region and/or user names to search when looking up config file data
show debugging output
launch interactive debugger on error
show the program's version and exit
show this help message and exit
March 2016 euca2ools 3.3