A global logistics company hosts its central inventory tracking platform in the us-west-2 Region. The application layer runs on Amazon EC2 instances in private subnets across two Availability Zones. Outbound tracking updates are sent to third-party shipping partners over the internet via a single NAT Gateway located in one Availability Zone. Additionally, users located in Europe and South America experience high latency when accessing the platform's web interface, which is behind an Application Load Balancer (ALB).
The company requires a solution that minimizes network latency for global clients without deploying the application layer in multiple AWS Regions. The solution must also eliminate single points of failure for outbound traffic and minimize cross-Availability Zone data transfer costs.
Which combination of architectural changes should the Solutions Architect implement? (Select TWO.)
- Create an AWS Global Accelerator accelerator and associate it with the Application Load Balancer to route global client traffic over the AWS edge network.Cevap
- Deploy a NAT Gateway in each Availability Zone where the EC2 instances are running, and update the private subnet route tables to direct outbound traffic to the NAT Gateway in the same zone.Cevap
- CRequest AWS Support to pre-warm the Application Load Balancer to handle the fluctuating traffic spikes from global users and reduce initial connection latency.
- DCreate a Route 53 Private Hosted Zone with the public domain names of the shipping partners to resolve their IP addresses locally within the VPC.
- EConfigure a single AWS Transit Gateway to route outbound traffic transitively through a dedicated transit VPC in a different AWS Region to centralize egress paths.