Amazon Web Services admin on 19 May 2010 03:42 am
Amazon S3 add RRS – Reduced Redundancy Storage
Amazon have introduced a new storage option for Amazon S3 called Reduced Redundancy Storage (RRS) that enables customers to reduce their costs by storing non-critical, reproducible data at lower levels of redundancy than the standard storage of Amazon S3.
It provides a cost-effective solution for distributing or sharing content that is durably stored elsewhere, or for storing thumbnails, transcoded media, or other processed data that can be easily reproduced. The RRS option stores objects on multiple devices across multiple facilities, providing 400 times the durability of a typical disk drive, but does not replicate objects as many times as standard Amazon S3 storage does, and thus is even more cost effective.
Both storage options are designed to be highly available, and both are backed by Amazon S3′s Service Level Agreement.
Once customer data is stored using either Amazon S3′s standard or reduced redundancy storage options, Amazon S3 maintains durability by quickly detecting failed, corrupted, or unresponsive devices and restoring redundancy by re-replicating the data. Amazon S3 standard storage is designed to provide 99.999999999% durability and to sustain the concurrent loss of data in two facilities, while RRS is designed to provide 99.99% durability and to sustain the loss of data in a single facility.
Pricing for Amazon S3 Reduced Redundancy Storage starts at only $0.10 per gigabyte per month and decreases as you store more data.
From a programming viewpoint to enable your storage to take advantage of RRS you need to set the storage class of an object you upload to RRS. To enable this you set x-amz-storage-class to REDUCED_REDUNDANCY in a PUT request.


















on 07 Jun 2010 at 9:44 am # SMEStorage Blog » Blog Archive » SMEStorage adds Amazon RRS support
[...] Amazon S3 Redundancy Storage (RRS) that enables customers to reduce their costs by storing non-critical, reproducible data at lower levels of redundancy than the standard storage of Amazon S3. The RRS option stores objects on multiple devices across multiple facilities, providing 400 times the durability of a typical disk drive, but does not replicate objects as many times as standard Amazon S3 storage does, and thus is even more cost effective. [...]
on 08 Jul 2010 at 11:43 am # SMEStorage Blog » Blog Archive » SMEStorage enhance Amazon S3 RRS Bucket and file conversion with visual identification of RRS files
[...] who use Amazon S3 with their own keys to be able convert Amazon S3 buckets and files to Amazons new Reduced Redundancy Storage, which can results in some big savings from a [...]