A financial transaction processing platform runs in the us-west-2 Region. The architecture consists of Amazon EC2 instances in private subnets that route outbound internet traffic through a single NAT Gateway in a public subnet to communicate with external payment gateways. The backend database is a single-region Amazon Aurora PostgreSQL Serverless v2 database cluster. Internal microservices resolve dependencies using a Route 53 Private Hosted Zone (PHZ) associated with the primary VPC.
The solutions architect must enhance the reliability of the current architecture and establish a disaster recovery (DR) solution in the us-east-1 Region with a target Recovery Time Objective (RTO) of 15 minutes and Recovery Point Objective (RPO) of 1 minute.
Which combination of steps should the solutions architect recommend to meet these objectives? (Select TWO.)
- Convert the database cluster to an Amazon Aurora Global Database with a secondary cluster in the secondary Region, and use Amazon Route 53 Application Recovery Controller (Route 53 ARC) routing controls to initiate failover and promote the secondary cluster.Cevap
- Deploy a NAT Gateway in each Availability Zone in the primary VPC, and update the route tables of each private subnet to direct outbound internet traffic to the local NAT Gateway in its respective zone.Cevap
- CConfigure AWS Backup to take hourly snapshots of the Aurora database, replicate the snapshots to the secondary Region, and restore the database to a new cluster during a failover event.
- DEstablish an AWS Transit Gateway between the primary and secondary regions, and update the private subnet route tables in the primary VPC to route all outbound internet traffic through a single NAT Gateway in the secondary Region's VPC.
- ECreate a new duplicate Route 53 Private Hosted Zone with the same domain name in the secondary Region, and rely on VPC peering between the primary and secondary VPCs to propagate DNS queries without modifying hosted zone VPC associations.