S3 Storage Classes
AWS provides different storage classes based on access frequency and cost.
- Standard: Frequently accessed data.
- Intelligent-Tiering: Automatically moves data between tiers to save costs.
- Standard-IA (Infrequent Access): Lower cost, but retrieval fee.
- One Zone-IA: Cheaper, but stored in only one AZ.
- Glacier Instant Retrieval: Millisecond retrieval for archived data.
- Glacier Flexible Retrieval: Minutes to hours retrieval.
- Glacier Deep Archive: Lowest cost, 12 hours retrieval.
Lifecycle Rules:
Automate the transition between classes or deletion of objects to save money (e.g., Move to Glacier after 30 days).