euca-upload-bundle

Uploads a previously bundled image to the cloud.

Syntax

euca-upload-bundle -b bucket_name -m manifest_file

Options

Option Description Required
-b,--bucket bucket_name Name of the bucket to upload to Yes
-m,--manifest manifest_file Path to the manifest file for bundled image Yes
--acl Canned access policy No
--ec2cert cert_path Path to the cloud's X509 public key certificate No
-d,--directory directory The directory containing the bundled image to upload. Defaults to the manifest directory. No
--part Uploads specified part and all subsequent parts No
--skipmanifest Do not upload the manifest
--location The location of the destination S3 bucket

Valid values: US | EU | us-west-1 | ap-southeast-1 | ap-northeast-1

No

Common Options

Option Description
--show-empty-fields Show empty fields as "(nil)".
--region user@region Region and/or user name to search when looking up config file data. Only valid for EC2 endpoints.
-U,--url url URL of the cloud service to connect to. For administrative commands, this should be <ip_address>:8773/services/Empyrean.
-I,--access-key-id key_id User's access key ID.
-S,--secret-key secret_key User's secret key.
--security-token token User's security token.
--debug Prints what the command sends to the server and what it receives from the server. Use when you're trying to debug Euca2ools.
--debugger Enable interactive debugger on error.
-h,--help Display the manual page for the command.
--version Display the version of this tool.

Output

Eucalyptus returns status messages that indicate the stages and status of the upload process.

Example

euca-upload-bundle -b mah-bukkit -m /tmp/myimage.img.manifest.xml
Checking bucket: mah-bukkit
Creating bucket: mah-bukkit
Uploading manifest file
Uploading part: myimage.img.part.00
Uploading part: myimage.img.part.01
Uploading part: myimage.img.part.02
Uploading part: myimage.img.part.03
Uploaded image as mah-bukkit/myimage.img.manifest.xml
x