A company operates a critical telemetry analytics platform across multiple AWS accounts. The primary ingestion workload runs in a VPC in the us-west-2 Region, containing Amazon EKS clusters that write to an Amazon Aurora PostgreSQL DB cluster. The database contains proprietary configurations encrypted with an AWS KMS customer managed key. The disaster recovery (DR) target is the us-east-1 Region. The company needs to configure a DR solution that meets an RPO of less than 1 minute and an RTO of less than 15 minutes. Additionally, internal EKS microservices in both regions must resolve the internal database endpoint using a shared Route 53 Private Hosted Zone (PHZ) named corp.internal. Which TWO actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Configure Amazon Aurora Global Database with the primary cluster in us-west-2 and a secondary cluster in us-east-1, performing a managed failover to the secondary region during an outage.Cevap
- Associate the Route 53 Private Hosted Zone corp.internal from the primary account with the VPCs in both us-west-2 and us-east-1 using cross-account VPC association authorization.Cevap
- CConfigure AWS Backup to take hourly snapshots of the Aurora PostgreSQL database in us-west-2, copy them to us-east-1, and restore them during a disaster.
- DCreate a separate Route 53 Private Hosted Zone named corp.internal in the us-east-1 account, and configure a custom synchronization lambda function to mirror DNS records.
- EConfigure a Route 53 failover routing policy pointing to database endpoints in both regions, omitting health checks to allow default connection-drop failover routing.