Amazon Glacier For Cold Storage
Written by Kay Ewbank   
Tuesday, 21 August 2012

Amazon has announced a new low cost storage option for data archiving and backup.

Amazon Glacier is described as a secure, reliable and low cost storage service designed for data that won’t be frequently accessed, but that you still need to retain for future reference. The data needs to be low priority enough for retrieval times of several hours to be acceptable. The costs are as low as $0.01 per gigabyte per month, and you can choose to store large or small amounts of data.

 

glacier

 

Data is stored in Glacier as archives that are uploaded as a single archive, though they can contain multiple files. The archives are organized in vaults, and you can control access to your vaults using the AWS Identity and Access Management (IAM) service. If you need to retrieve an archive, you initiate a job that will typically complete in 3.5 to 4.5 hours.

You can monitor the status of your Amazon Glacier jobs using the Amazon Glacier APIs, so could include the process within your applications. You can also choose to have your vault send you a notification via the Amazon Simple Notification Service (Amazon SNS) when it completes.

 

Amazon Glacier is currently available in the US-East (N. Virginia), US-West (N. California), US-West (Oregon), EU-West (Ireland), and Asia Pacific (Japan) Regions.

aws

 

More Information

Amazon Glacier

Related Articles

AWS Adds Features, Cuts Prices

Free Amazon AWS

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

Banner


Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.



Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?


More News