AWS Glacier
From Indie IT Wiki
Glacier is an extremely low-cost storage service that provides secure and durable storage for data archiving and backup. In order to keep costs low, Amazon Glacier is optimized for data that is infrequently accessed and for which retrieval times of several hours are suitable. With Amazon Glacier, customers can reliably store large or small amounts of data for as little as $0.01 per gigabyte per month, a significant savings compared to on-premises solutions.
http://aws.amazon.com/glacier/
Restore An Object
aws --profile=default s3api restore-object --bucket my.bucket.name --key foldername/file.zip --restore-request '{"Days":7,"GlacierJobParameters":{"Tier":"Standard"}}'
FAQs
http://aws.amazon.com/glacier/faqs/
Archive Vault
https://d1.awsstatic.com/Projects/P4113791/aws-project_set-up-compliant-archive.pdf
glaciercmd
Linux command-line app for accessing Amazon Glacier secure slow storage.
http://blog.nekoconeko.nl/blog/2012/08/25/Amazon-Glacier.html