NAME¶
euca2ools - Bundles an image for use with Eucalyptus or Amazon EC2.
DESCRIPTION¶
Bundles an image for use with Eucalyptus or Amazon EC2.
euca-bundle-image
-i,
--image <image_path> [-a,
--access-key <access_key> ][-s,
- --secret-key <secret_key> ][--config
<config_path> ][--debug][--debugger][-h, --help][--region
<region_name> ][-U, --url <url>
][--version][--euca-auth][-u, --user <user> ][-c,
--cert <cert_path> ][-k, --privatekey
<private_key_path> ][-p, --prefix <prefix> ][--kernel
<kernel_id> ][--ramdisk <ramdisk_id> ][--product-codes
<product_codes> ][-b, --block-device-mapping
<block_device_mapping> ][-d, --destination
<destination> ][--ec2cert <ec2cert_path> ][-r, --arch
<target_arch> ][--batch]
REQUIRED PARAMETERS
- -i,--image
- Path to the image file to bundle.
OPTIONAL PARAMETERS
- -a,--access-key
- User's Access Key ID.
- -s,--secret-key
- User's Secret Key.
- --config
- Read credentials and cloud settings from the specified
config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
- --debug
- Turn on debugging output.
- --debugger
- Enable interactive debugger on error
- -h,--help
- Display this help message.
- --region
- region to direct requests to
- -U,--url
- URL of the Cloud to connect to.
- --version
- Display the version of this tool.
- --euca-auth
- Use NC authentication mode
- -u,--user
- User ID (12-digit) of the user who is bundling the
image
- -c,--cert
- Path the users PEM-encoded certificate.
- -k,--privatekey
- Path to users PEM-encoded private key.
- -p,--prefix
- The prefix for the bundle image files. (default: image
name).
- --kernel
- ID of the kernel to be associated with the image.
- --ramdisk
- ID of the ramdisk to be associated with the image.
- --product-codes
- Product code to be associated with the image.
- -b,--block-device-mapping
- Default block device mapping for the image (comma-separated
list of key=value pairs).
- -d,--destination
- Directory to store the bundled image in. Defaults to /tmp.
Recommended.
- --ec2cert
- Path to the Cloud's X509 public key certificate.
- -r,--arch
- Target architecture for the image. Valid Values:
i386|x86_64
- --batch
- Run in batch mode. Compatibility only, has no effect