1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.6.
.TH EUCA2OOLS "1" "April 2012" "euca2ools 2.0.2" "User Commands"
.SH NAME
euca2ools \- Registers a manifest for use with the cloud.
.SH DESCRIPTION
Registers a manifest for use with the cloud.
.PP
euca\-register [\-A, \fB\-\-access\-key\fR <access_key> ][\-S, \fB\-\-secret\-key\fR <secret_key>
.IP
][\-\-config <config_path> ][\-\-debug][\-\-debugger][\-h,
\fB\-\-help][\-\-region\fR <region_name> ][\-U, \fB\-\-url\fR <url> ][\-\-version
][\-\-euca\-auth][\-b, \fB\-\-block\-device\-mapping\fR <block_device_mapping>
][\-d, \fB\-\-description\fR <description> ][\-n, \fB\-\-name\fR <name> ][\-a,
\fB\-\-architecture\fR <architecture> ][\-\-kernel <kernel> ][\-\-ramdisk
<ramdisk> ][\-\-root\-device\-name <root_device_name> ][\-s,
\fB\-\-snapshot\fR <snapshot> ] [ image_location ]
.PP
OPTIONAL PARAMETERS
.TP
\fB\-A\fR,\-\-access\-key
User's Access Key ID.
.TP
\fB\-S\fR,\-\-secret\-key
User's Secret Key.
.TP
\fB\-\-config\fR
Read credentials and cloud settings
from the specified config file (defaults to
$HOME/.eucarc or /etc/euca2ools/eucarc).
.TP
\fB\-\-debug\fR
Turn on debugging output.
.TP
\fB\-\-debugger\fR
Enable interactive debugger on error
.TP
\fB\-h\fR,\-\-help
Display this help message.
.TP
\fB\-\-region\fR
region to direct requests to
.TP
\fB\-U\fR,\-\-url
URL of the Cloud to connect to.
.TP
\fB\-\-version\fR
Display the version of this tool.
.TP
\fB\-\-euca\-auth\fR
Use NC authentication mode
.TP
\fB\-b\fR,\-\-block\-device\-mapping
Block device mapping for the instance(s).
Option may be used multiple times.
.TP
\fB\-d\fR,\-\-description
Description of the image.
.TP
\fB\-n\fR,\-\-name
Name of the image.
.TP
\fB\-a\fR,\-\-architecture
The architecture of the image.
Valid Values: i386|x86_64
.TP
\fB\-\-kernel\fR
The ID of the kernel associated with the
image.
.TP
\fB\-\-ramdisk\fR
The ID of the ramdisk associated with the
image.
.TP
\fB\-\-root\-device\-name\fR
The root device name (e.g., /dev/sda1, or
xvda).
.TP
\fB\-s\fR,\-\-snapshot
The snapshot ID to use as the root device.
.TP
image_location
Path to the uploaded image (bucket/manifest).
Required if registering an S3\-based image
|