
Ultimate access to all questions.
An online retail company operates a web application in the us-west-2 Region, serving users in the United States. The company aims to expand into multiple European countries and ensure low-latency access for all users. The application must identify users' IP addresses to deliver localized content based on their geographic location and relies on HTTP GET and POST methods for functionality. Additionally, the company requires a failover mechanism for both GET and POST methods, based on health checks, with failover occurring in under 1 minute for all clients.
Which solution meets these requirements?
A
Configure a Network Load Balancer (NLB) for the application in each environment in the new AWS Regions. Create an AWS Global Accelerator accelerator that has endpoint groups that point to the NLBs in each Region.
B
Configure an Application Load Balancer (ALB) for the application in each environment in the new AWS Regions. Create an AWS Global Accelerator accelerator that has endpoint groups that point to the ALBs in each Region.
C
Configure an Application Load Balancer (ALB) for the application in each environment in the new AWS Regions. Create Amazon Route 53 public hosted zones that have failover routing policies.
D
Configure a Network Load Balancer (NLB) for the application in each environment in the new AWS Regions. Create an Amazon CloudFront distribution. Configure an origin group with origin failover options.