NAME¶
euca2ools - Bundles an S3-backed Windows instance.
DESCRIPTION¶
Bundles an S3-backed Windows instance.
euca-bundle-instance
-b,
--bucket <bucket>
-p,
--prefix <prefix>
-o,
--useraccess-key
<access_key_id>
-w,
--user-secret-key
- <secret_key> -x, --expires
<expires> [-a, --access-key <access_key> ][-s,
--secret-key <secret_key> ][--config <config_path>
][--debug][--debugger][-h, --help][--region <region_name>
][-U, --url <url> ][--version][--eucaauth][-c,
--policy <policy> ] [ instance_id ]
REQUIRED PARAMETERS
- -b,--bucket
- Name of the bucket to upload.
- -p,--prefix
- The prefix for the image file name
- -o,--user-access-key
- Access Key ID of the owner of the bucket
- -w,--user-secret-key
- Secret key used to sign the upload policy
- -x,--expires
- Expiration for the generated policy (hours).
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
- -c,--policy
- Base64 encoded upload policy that defines upload
permissions and conditions. If no policy is specified, a default policy is
generated. NOTE: Not supported on Eucalyptus.
- instance_id
- ID of the instance to be bundled.