Question 408:
A company wants to design a new serverless website with customers from many countries. For a better user experience, customers from different countries should get customized contents from the website. How would you design this solution cost-effectively?
Answer options:
A.Use Amazon Route 53 geo-based routing to route traffic to the AWS Region and generate a geography-specific URL. B.Use a Network load balancer to route traffic to the AWS Region and replicate setup in each AWS region. C.Use a Lambda function to identify the country and use an RDS database to return a customized URL for the customer. D.Use Lambda@Edge to customize content based on geography that CloudFront delivers and generate geography-specific URL.