A financial auditing firm must store historical transaction logs. The logs require 99.999999999% durability and must be highly resilient across multiple Availability Zones. The recovery time objective (RTO) for retrieving these logs is less than 10 minutes when an audit request is received. The solution must be highly cost-effective. Which two AWS storage configurations will meet these requirements? (Select TWO).
- Store the logs in Amazon S3 Glacier Instant Retrieval to get millisecond retrieval times and multi-AZ durability.Answer
- Store the logs in Amazon S3 Standard-Infrequent Access (S3 Standard-IA) to ensure immediate retrieval and multi-AZ resilience.Answer
- CStore the logs in Amazon S3 Glacier Flexible Retrieval using standard retrievals to minimize storage costs.
- DDeploy a Pilot Light disaster recovery strategy using Amazon EBS volumes replicated to another Region, expecting near-zero recovery time.
- EStore the logs in an Amazon RDS database and configure a cross-Region Read Replica as the primary automated failover mechanism.
Answer
Storing the logs in Amazon S3 Glacier Instant Retrieval and storing the logs in Amazon S3 Standard-Infrequent Access (S3 Standard-IA).
Storing logs in S3 Glacier Instant Retrieval and S3 Standard-IA are the correct options because both storage classes provide 99.999999999% durability across multiple Availability Zones, support millisecond retrieval times (well within the 10-minute RTO), and represent cost-optimized tiers for infrequently accessed log files.
Step-by-Step Solution
Key Concept
Selecting highly available, resilient, and cost-effective storage options that meet strict RTO constraints.