A digital real estate enterprise operates a property document management portal on AWS. The portal hosts critical PDF appraisal reports and legal deeds that require (11 nines) of data durability. These documents are frequently accessed during the first days of a listing. After this period, they are rarely accessed, but agents must be able to retrieve them in real-time (latency under second) during client meetings, establishing a Recovery Time Objective (RTO) of less than seconds. The architecture must remain highly available ( availability) and resilient to the loss of an entire AWS Availability Zone (AZ). Which storage strategy meets these requirements most cost-effectively?
- Store the files in Amazon S3 Standard. Use an S3 Lifecycle policy to transition the files to Amazon S3 Glacier Instant Retrieval after days.Cevap
- BStore the files in Amazon S3 Standard. Use an S3 Lifecycle policy to transition the files to Amazon S3 Glacier Flexible Retrieval after days, utilizing standard retrieval when agents request files.
- CStore the files in an Amazon RDS database. Configure an RDS Read Replica in another Availability Zone, and design the application to perform immediate, automatic database failover to this replica if the primary instance fails.
- DStore the files on Amazon EBS volumes. Set up a Pilot Light disaster recovery strategy in a secondary Region to achieve near-zero recovery time (RTO) for real-time document access by keeping compute resources in a stopped state.
Cevap
Store the files in Amazon S3 Standard. Use an S3 Lifecycle policy to transition the files to Amazon S3 Glacier Instant Retrieval after 30 days.
Amazon S3 Glacier Instant Retrieval is designed for archiving data that is rarely accessed but requires millisecond retrieval times when requested. It provides the same 11 nines of durability and availability across multiple Availability Zones as S3 Standard, meeting all resilience and RTO constraints while optimizing costs.
Adım Adım Çözüm
Anahtar Kavram
Selecting resilient and cost-effective AWS storage classes based on RTO and retrieval latency requirements
Tahmini Süre:1m 30s