AWS has many kind of S3 storage class
Amazon S3 Standard (S3 Standard)
1. Designed for high durability of 99.999999999% of objects across multiple Availability Zones.
2. If you store 10,000000 objects with Amazon S3, you can on average expect to incur a loss of a single object once every 10,000 years.
3. 99.99% Availability over a given year.
4. Sustain 2 concurrent facility failures.
Use case:
Big data analytics, mobile & gaming applications, content distribution…
Amazon S3 Standard-Infrequent Access (S3 Standard-IA)
- Suitable for data that is less frequently accessed but requires rapid access when needed.
- Designed for high durability of 99.999999999% of objects across multiple Availability Zones.
- Low cost compared to Amazon s3 Standard
- 99.99% Availability
- Sustain 2 concurrent facility failures.
Use case:
As a data store for disaster recovery, backups…..
Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
- Same as AI but is stored in a single AZ.
- High durability of 99.999999999% of the object in a single AZ. That means data loss when your AZ is destroyed.
- 99.95% Availability.
- Low latency and high throughput performance
- Low cost compared to AI (by 20%)
Use case:
Storing secondary backup copies of on-remise data, or storing any kind of data so that we can recreate.
S3 Intelligent-Tiering
- Low latency and high throughput performance as S3 Standard.
- Small monthly monitoring and auto-tiering fee.
- Automatically moves objects between two access tiers based on changing access patterns.
- Designed for high durability of 99.999999999% of objects across multiple Availability Zones.
- 99.99% Availability over a given year.
Amazon S3 Glacier
- Low-cost object storage meant for archiving/ backup
- Data is retained for the longer term(10s of year).
- It’s a big alternative to on-premise magnetic tape storage.
- The average annual durability is 99.999999%.
- Cost per storage per month ($0.0041/GB) + retrieval cost.
- Each item in Glacier is called “Archive” (up to 40TB).
- Archives are stored in “Vaults”.
Use case:
Storing secondary backup copies of on-remise data, or storing any kind of data so that we can recreate.