An enterprise operates a critical reporting application running on Amazon EC2 instances across three Availability Zones in a single VPC within the us-west-2 Region. The instances are managed by an Auto Scaling group behind an Application Load Balancer (ALB). The application reads and writes data to a multi-AZ Amazon RDS for PostgreSQL database. Outbound reporting logs are uploaded to an external partner API via a single NAT Gateway located in one of the public subnets.
The solutions architect must enhance the disaster recovery (DR) posture and reliability of the application. The new DR strategy must support a recovery point objective (RPO) of under 15 minutes and a recovery time objective (RTO) of under 30 minutes in the us-east-1 Region, while minimizing idle resource costs. Additionally, the outbound connectivity must be highly resilient against Availability Zone outages.
Which of the following configurations will meet these requirements? (Select TWO.)
- Create an Amazon RDS for PostgreSQL cross-region read replica in the us-east-1 Region, and implement an AWS Lambda function to promote the replica to a standalone DB instance during a failover event.Cevap
- Deploy a NAT Gateway in each public subnet across all three Availability Zones, and update the route tables of each private subnet to direct egress traffic through the NAT Gateway in its respective Availability Zone.Cevap
- CConfigure AWS Backup to take hourly snapshots of the Amazon RDS for PostgreSQL database, automatically copy the snapshots to the us-east-1 Region, and restore the DB instance in us-east-1 during a failover.
- DConfigure a Route 53 failover routing policy pointing to the Application Load Balancers in both regions, and configure Route 53 health checks on the passive region's ALB only, while leaving health checks disabled on the active region's ALB.
- ECreate a Route 53 Private Hosted Zone (PHZ) for the internal API endpoints in the us-west-2 VPC, but omit associating the PHZ with the us-east-1 VPC, relying instead on inter-region VPC peering to automatically resolve DNS queries across regions.