A company hosts a web application deployed across two AWS Regions: `us-east-1` and `ap-northeast-1`. The user-facing component of the application uses Application Load Balancers (ALBs) in both Regions. The company wants to minimize latency for global users by routing their traffic over the AWS private network backbone to the nearest ALB. Additionally, the backend database tier requires a secure, high-throughput connection to replicate transaction logs averaging between VPCs in both Regions. The solution must optimize throughput and latency while maintaining high availability.
Which TWO actions should the solutions architect take to meet these requirements?
- Create an AWS Global Accelerator accelerator and register the Application Load Balancers in both Regions as endpoints.Cevap
- Establish an inter-Region VPC peering connection between the database VPCs in us-east-1 and ap-northeast-1.Cevap
- CConfigure Amazon Route 53 with latency-based routing to resolve the application's domain name directly to the Application Load Balancers in each Region.
- DDeploy an AWS Site-to-Site VPN connection between the database VPCs in both Regions to secure and route the database replication traffic.
- EImplement stateless Network ACLs on the database subnets, allowing outbound replication traffic to the remote Region's CIDR block while blocking all inbound traffic from that CIDR block.
Cevap
Registering the Application Load Balancers as endpoints in AWS Global Accelerator, and establishing an inter-Region VPC peering connection between the database VPCs.
AWS Global Accelerator minimizes latency for global users by routing their traffic over the AWS global private network backbone via Anycast IP addresses, rather than relying on the public internet. For database replication requiring throughput between Regions, inter-Region VPC peering provides direct, high-bandwidth routing over the AWS global network backbone with no single point of failure or artificial bandwidth limitations.
Adım Adım Çözüm
Anahtar Kavram
AWS Global Accelerator provides global latency optimization over the AWS backbone, and inter-Region VPC peering provides scalable, high-throughput private communication between Regions without VPN bandwidth limits.
Tahmini Süre:2m 0s