| Did this page help you? Yes No Tell us about it... |
Recreates the AMI from the bundled AMI parts.
ec2-unbundle -m
manifest -k
private_key [-d
destination_directory] [-s
source_directory]
| Option | Description | Required |
|---|---|---|
|
|
The path to the unencrypted AMI manifest file. Example: |
Yes |
|
|
The path to your PEM-encoded RSA key file. Example: |
Yes |
|
|
The directory in which to unbundle the AMI. The destination directory must exist. Default: The current directory. Example: |
No |
|
|
The directory containing the bundled AMI parts. Default: The current directory. Example: |
No |
This Linux and UNIX example unbundles the AMI specified
in the fred.manifest.xml file.
$mkdir unbundled$ec2-unbundle -m fred.manifest.xml -s bundled -d unbundled$ls -l unbundledtotal 1025008 -rw-r--r-- 1 root root 1048578048 Aug 25 23:46 fred.img
Status messages indicating the various stages of the unbundling process are displayed.