📖 What is Amazon S3 Glacier?
Amazon S3 Glacier is a secure, durable, and low-cost storage class for data archiving and long-term backup. It is designed for data that is rarely accessed and allows for different retrieval options based on urgency.
"Pay attention to retrieval times; Glacier is not for "instant" access but for data you can wait minutes or hours to retrieve."
📚 Certification: AWS Certified Cloud Practitioner (CLF-C02)
🔑 What are the Key Concepts of Amazon S3 Glacier?
- ▸ Cost-effectiveness: Provides the lowest cost storage for long-term data archiving, making it ideal for regulatory compliance and backup data.
- ▸ Retrieval Options: Offers various tiers including Expedited, Standard, and Bulk, with retrieval times ranging from a few minutes to several hours.
- ▸ High Durability: Designed for 99.999999999% (11 nines) durability by redundantly storing data across multiple geographically separated Availability Zones.
- ▸ S3 Lifecycle Policies: Allows users to automate the transition of data from S3 Standard to Glacier based on the age of the object.
- ▸ Archival Focus: Specifically engineered for data that is rarely accessed and does not require millisecond retrieval speeds.
🎯 How does Amazon S3 Glacier appear on the CLF-C02 Exam?
You may be asked to identify the most cost-effective storage class for a company that must retain healthcare records for ten years for legal reasons but rarely needs to access them.
A scenario might describe a business needing to store massive amounts of backup data where a retrieval window of 3-5 hours is acceptable; you should select S3 Glacier.
Expect questions about optimizing costs by using S3 Lifecycle policies to automatically move objects to S3 Glacier after they have been inactive for 90 days.
❓ Frequently Asked Questions
Does S3 Glacier provide immediate access to data?
No, S3 Glacier is not for instant access. Depending on the retrieval tier selected, it can take anywhere from a few minutes (Expedited) to several hours (Standard) or even half a day (Bulk) to retrieve data.
How does S3 Glacier differ from S3 Glacier Deep Archive?
Deep Archive is the lowest-cost storage class in AWS, intended for data accessed perhaps once a year. While Glacier offers faster retrieval options, Deep Archive retrieval typically takes 12 to 48 hours.
Can I move data to Glacier automatically?
Yes, by configuring S3 Lifecycle policies, you can define rules that automatically transition objects to the Glacier storage class after a specific period, ensuring you don't pay for high-performance storage for old data.