AWS Certified Solutions Architect – Professional (SAP-C02) — Question 30

A company has registered 10 new domain names. The company uses the domains for online marketing. The company needs a solution that will redirect online visitors to a specific URL for each domain. All domains and target URLs are defined in a JSON document. All DNS records are managed by Amazon Route 53.
A solutions architect must implement a redirect service that accepts HTTP and HTTPS requests.
Which combination of steps should the solutions architect take to meet these requirements with the LEAST amount of operational effort? (Choose three.)

Answer options

Correct answer: C, E, F

Explanation

Option C is correct because using an AWS Lambda function allows for serverless execution and efficient processing of the JSON document to determine redirect URLs. Option E is also correct as it enables content delivery with low latency, while F is necessary to secure the domains with SSL. Options A and B involve more operational overhead, requiring instance management and load balancer setup, which are not needed in this serverless architecture.