S3 support tiered storage and has lifecycle management to decide what data sits on which tier: S3, S3 Intelligent tiering, S3 IA, S3 One Zone IA, Glacier and Glacier Deep Archive
Based on below storage purpose of the data, S3 offers different storage classes.
-
General Purpose
-
Amazon S3 Standard (S3 Standard)
-
-
Unknown or changing access
-
Amazon S3 Intelligent-Tiering (S3 Intelligent-Tiering)
-
-
Infrequent Access
-
Amazon S3 Standard-Infrequent Access (S3 Standard-IA)
-
Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
-
-
Archive
-
Amazon S3 Glacier (S3 Glacier)
-
Amazon S3 Glacier Deep Archive (S3 Glacier Deep Archive)
-
S3 (S3 Standard)
-
Amazon guarantees an SLA of 99.99% availability and 99.999999999% (11 9s) durability for Standard S3.
-
Note: Durability means the chance of not losing your data.
-
-
Is the default.
-
It delivers low latency and high throughput
S3 Intelligent-Tiering
-
It has same latency and high throughput of S3 Standard
-
It automatically moves objects between two access tiers based on access patterns
-
It provides durability of 99.999999999% and 99.9% availability
-
Small monthly monitoring and auto-tiering fee
S3 Standard-Infrequent Access (S3 Standard-IA)
-
For data that is used less frequently but needs faster access when needed.
-
Offers the high durability, throughput, and low latency of Amazon S3 Standard (means same performance).
-
Availability is 99.9 %, slightly lesser.
-
Ideal for long-term storage, backups, and as a data store for disaster recovery.
-
Can exist in the same bucket as Standard.
-
Two ways to get data into S3 – IA from S3.
-
PUT into S3 – IA by specifying STANDARD_IA in the x-amz-storage-class header.
-
Using lifecycle policies.
-
-
Pricing:
-
Has lower storage fee than S3, but has an access fee.
-
If I change storage class of an object from Standard-IA to Standard with a copy request, will be charged for copy request and a Standard-IA data retrieval.
-
Data that is deleted from Standard - IA within 30 days will be charged for a full 30 days.
-
Minimum file size is 128KB. Objects smaller than 128KB in size will incur storage charges as if the object were 128KB.
-
S3 One Zone-Infrequent Access(S3 One Zone-IA)
-
For data that is less frequently accessed but requires rapid access when needed.
-
It costs 20% less than S3 Standard-IA.
-
Ideal for customers who want a lower-cost option for infrequently accessed data.
-
It offers the same high durability, high throughput, and low latency of S3 Standard but with a low per GB storage price and per GB retrieval fee
Glacier
-
is low-cost storage class and used for archival.
-
Though it integrates well with S3, it is an independent service.
-
Configurable retrieval times from mniutes to hours.
S3 Glacier Deep Archive (S3 Glacier Deep Archive)
-
It is the lowest-cost storage class.
-
Supports long-term retention and digital preservation for data.
References (Deprecated):
- heartin's blog
- Log in or register to post comments
Comments
completed
completed