euca-unbundle-stream

Recreate an image solely from its combined bundled parts without using a manifest.

Syntax

euca-unbundle-stream --enc-key hex --enc-iv hex 
	[-i filename] [-o filename] 
    [--image-size bytes] [--sha1-digest hex]
    [--progress | --no-progress]
    [--region user@region] [--debug] [--debugger]
    [--version] [-h]

Options

Option Description Required
--enc-key hex The symmetric key used to encrypt the bundle. Yes
--enc-iv hex The initialization vector used to encrypt the bundle Yes
-i filename File to read the bundle from. Defaults to stdin. No
-o filename File to write the bundle to. Defaults to stdout. No
--image-size bytes Verify the unbundled image is the specified size in bytes. No
--sha1-digest hex Verify the image's contents against a SHA1 digest from its manifest file. No
--progress Show a progress bar during command execution. This is the default when this command is run interactively. No
--no-progress Do not show a progress bar during command execution. This is the default when this command is run non-interactively. 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.
x