📖 What is Durability?
Durability represents the long-term data preservation capability of a storage system. It measures the risk of data loss over time, often expressed as a percentage of data integrity. Redundancy, data replication, and error correction mechanisms contribute to high durability, safeguarding against hardware failures.
"AWS S3’s 11 9’s of durability is a key fact for the exam. Focus on understanding how durability differs from availability. Durability ensures data *exists*; availability ensures data is *accessible*. Exam questions may involve selecting the appropriate storage service based on durability requirements."
📚 Certification: AWS Certified Cloud Practitioner (CLF-C02)
🔑 What are the Key Concepts of Durability?
- ▸ Durability focuses on data *preservation* over long periods, protecting against data loss from multiple simultaneous failures.
- ▸ AWS achieves high durability through multiple copies of data stored across different facilities and devices.
- ▸ Durability is often expressed as 'number of nines' (e.g., 99.999999999%), representing the probability of data loss.
- ▸ S3’s 11 9’s of durability is a key AWS benchmark, meaning a very low annual data loss rate.
- ▸ Durability differs from availability; durable data exists, while available data can be accessed when needed.
🎯 How does Durability appear on the CLF-C02 Exam?
You may be asked to identify the AWS service best suited for long-term archival of infrequently accessed data, prioritizing data preservation over immediate access.
A scenario might describe a company needing to store critical financial records for regulatory compliance – determine which service offers the highest durability.
Expect questions about selecting the appropriate storage class within S3 based on cost and durability requirements, such as Glacier vs. S3 Standard.
❓ Frequently Asked Questions
How does S3 achieve 11 9’s of durability?
S3 uses multiple layers of redundancy, including storing data across multiple Availability Zones and using error correction codes to detect and repair data corruption. It also self-heals.
What’s the difference between durability and availability in a practical sense?
Imagine a photo. Durability means the photo *exists* and isn’t lost. Availability means you can *view* the photo when you want to. A service can be durable but unavailable during an outage.
Does higher storage cost always mean higher durability?
Generally, yes. Storage classes like S3 Glacier Deep Archive offer very high durability but at a higher retrieval cost. S3 Standard provides a balance of durability and availability at a moderate cost.