euca-register(1) - Linux man page

Name

euca2ools - Registers a manifest for use with the cloud.

Description

Registers a manifest for use with the cloud.

euca-register [-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][-b, --block-device-mapping <block_device_mapping> ][-d, --description <description> ][-n, --name <name> ][-a, --architecture <architecture> ][--kernel <kernel> ][--ramdisk <ramdisk> ][--root-device-name <root_device_name> ][-s, --snapshot <snapshot> ] [ image_location ]

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
-b,--block-device-mapping
Block device mapping for the instance(s). Option may be used multiple times.
-d,--description
Description of the image.
-n,--name
Name of the image.
-a,--architecture
The architecture of the image. Valid Values: i386|x86_64|armhf
--kernel
The ID of the kernel associated with the image.
--ramdisk
The ID of the ramdisk associated with the image.
--root-device-name
The root device name (e.g., /dev/sda1, or xvda).
-s,--snapshot
The snapshot ID to use as the root device.
image_location
Path to the uploaded image (bucket/manifest). Required if registering an S3-based image