An organization runs an internal document processing system on AWS. The application tier uses stateless Amazon EC2 instances in a single Availability Zone in the us-west-2 Region. The data tier consists of an Amazon RDS for PostgreSQL database for metadata and an Amazon S3 bucket for PDF storage. A SysOps Administrator must establish a Disaster Recovery (DR) strategy in the us-east-1 Region. The business requires a Recovery Point Objective (RPO) of 15 minutes for the PDFs, an RPO of 1 hour for the metadata database, and a Recovery Time Objective (RTO) of 4 hours. The strategy must minimize ongoing costs under normal operating conditions. Which two configuration steps should the SysOps Administrator perform to meet these requirements? (Select TWO.)
- Enable S3 Versioning on both the source and destination buckets, and configure Amazon S3 Cross-Region Replication (CRR) to replicate documents from the us-west-2 bucket to the us-east-1 bucket.Cevap
- Create an Amazon RDS PostgreSQL cross-region read replica in the us-east-1 Region.Cevap
- CConfigure Amazon S3 Cross-Region Replication (CRR) to replicate documents from the us-west-2 bucket to the us-east-1 bucket without enabling S3 Versioning on either bucket.
- DCreate an Amazon RDS PostgreSQL read replica in the us-east-1 Region, and rely on RDS Multi-AZ automatic failover to automatically route write traffic to the replica if the primary Region fails.
- EConfigure an Amazon Route 53 active-active failover routing policy to route database write traffic to both Regions simultaneously, with a CNAME record at the zone apex.