ec2-download-bundle

ec2-download-bundle -b S3-BUCKET -m MANIFEST -a AWS-ACCESS-KEY-ID -s AWS-SECRET-KEY -k PRIVATE-KEY [-d DIRECTORY] [--url URL]

Download the specified bundles from S3 storage.

Status messages indicating the various stages of the download process are displayed.

Note:

Note that this tool does not support the common arguments

OptionDefinitionRequired?Example
-b, --bucket S3-BUCKET The name of the AmazonĀ S3 bucket from which to fetch the bundles. Yes-b aes-cracked
-m, --manifest MANIFEST The manifest filename. Yes-m /var/spool/my-first-bundle/Manifest
-a, --access-key USER The user's AWS access key ID. Yes-a ???????
-s, --secret-key PASSWORD The user's AWS secret access key. Yes-s ???????
-k, --privatekey KEY The user's private key used to decrypt the manifest. Yes-k ???????
-d, --directory DIRECTORY The directory into which the downloaded bundles are saved. Defaults to the current working directory.

Note:

The directory must exist.
No-d /tmp/my-downloaded-bundle
--url URL The S3 service URL. Defaults to https://s3.amazonaws.com. No--url https://s3.amazonaws.ie
--help Display the help message. No--help
$ mkdir unbundled
$ ec2-download-bundle -b my-s3-bucket -m fred.manifest.xml -a ?????????????????????? -s ???????????????????????????? -k ./my-very-secret-key/pk-very-very-secret-key.pem -d bundled


????????????????????????????????????????????????????
????????????????????????????????????????????????????
????????????????????????????????????????????????????
????????????????????????????????????????????????????
????????????????????????????????????????????????????
????????????????????????????????????????????????????
????????????????????????????????????????????????????
????????????????????????????????????????????????????
????????????????????????????????????????????????????