A financial services company hosts a latency-sensitive trading application on AWS. The architecture consists of a client-facing VPC in the us-east-1 Region, a client-facing VPC in the us-west-2 Region, and a shared services VPC in us-east-1. Currently, all three VPCs are interconnected using an AWS Transit Gateway. The application developers are reporting two major issues: high network latency during database synchronization between the us-east-1 client VPC and the us-east-1 shared services VPC, and host name resolution failures when the us-west-2 application attempts to access endpoints in the shared services Private Hosted Zone (PHZ). Which two actions should a solutions architect recommend to optimize network performance, reduce latency, and resolve the DNS issues? (Select TWO.)
- Establish a direct VPC Peering connection between the us-east-1 client-facing VPC and the us-east-1 shared services VPC.Answer
- Associate the Route 53 Private Hosted Zone from the shared services account with both client-facing VPCs.Answer
- CRoute the cross-VPC traffic using an AWS Direct Connect Gateway to enable transitive routing between the accounts.
- DDirect all outbound and cross-region traffic through a single NAT Gateway in the shared services VPC.
- ERely on standard Application Load Balancer auto-scaling to automatically absorb sudden traffic spikes between regions.