A financial company hosts an auditing application on AWS. The application stores large transaction logs that must be retained for compliance. In the event of a regional outage, the company needs to recover the application in a secondary AWS Region. The recovery solution must achieve a Recovery Time Objective (RTO) of minutes and a Recovery Point Objective (RPO) of hour.
Which storage and disaster recovery configuration meets these requirements?
- Store the transaction logs in an Amazon S3 bucket in the primary Region. Configure S3 Cross-Region Replication (CRR) to replicate the logs to an S3 Standard bucket in the secondary Region, and deploy a Warm Standby environment in the secondary Region.Cevap
- BStore the transaction logs in an Amazon S3 bucket. Configure S3 Cross-Region Replication to copy the logs to Amazon S3 Glacier Flexible Retrieval in the secondary Region, and use standard retrieval to access the logs during a disaster.
- CStore the transaction logs in Amazon S3. In the secondary Region, implement a Pilot Light disaster recovery strategy where all backup storage volumes and compute environments are provisioned and restored from snapshots only after a failover is initiated.
- DStore the transaction logs in an Amazon RDS database with Multi-AZ enabled, and configure a cross-region Read Replica to automatically perform a failover and promote itself to the primary database when the primary Region goes offline.
Cevap
Store the transaction logs in Amazon S3 and replicate them using Cross-Region Replication to a secondary Region with S3 Standard, and deploy a Warm Standby environment in the secondary Region.
The correct answer combines Amazon S3 Cross-Region Replication (CRR) and a Warm Standby DR pattern. S3 CRR replicates transaction logs to a secondary Region within minutes, satisfying the 1-hour RPO. A Warm Standby deployment maintains scaled-down but active compute resources in the secondary Region, allowing the system to be scaled up and serve traffic within 20 minutes, thus satisfying the 1-hour RPO and 20-minute RTO requirements.
Adım Adım Çözüm
Anahtar Kavram
Designing multi-region disaster recovery using S3 Cross-Region Replication and a Warm Standby architecture to meet strict RTO and RPO requirements.
Tahmini Süre:1m 30s