Topic 1 Question 28
3 つ選択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?
Create a dynamic webpage that runs on an Amazon EC2 instance. Configure the webpage to use the JSON document in combination with the event message to look up and respond with a redirect URL.
Create an Application Load Balancer that includes HTTP and HTTPS listeners.
Create an AWS Lambda function that uses the JSON document in combination with the event message to look up and respond with a redirect URL.
Use an Amazon API Gateway API with a custom domain to publish an AWS Lambda function.
Create an Amazon CloudFront distribution. Deploy a [email protected] function.
Create an SSL certificate by using AWS Certificate Manager (ACM). Include the domains as Subject Alternative Names.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: CEF
C: By creating an AWS Lambda function, the solution architect can use the JSON document to look up the target URLs for each domain and respond with the appropriate redirect URL. This way, the solution does not need to rely on a web server to handle the redirects, which reduces operational effort.
E: By creating an Amazon CloudFront distribution, the solution architect can deploy a [email protected] function that can look up the target URLs for each domain and respond with the appropriate redirect URL. This way, CloudFront can handle the redirection, which reduces operational effort.
F: By creating an SSL certificate with ACM and including the domains as Subject Alternative Names, the solution architect can ensure that the redirect service can handle both HTTP and HTTPS requests, which is required by the company.
👍 14masetromain2023/01/13 - 正解だと思う選択肢: CEF
CEF are the answers
👍 3zozza20232023/01/30 - 正解だと思う選択肢: BCE
I choose B,C,E because the question is focused on implementing a redirect service. F will not work as it's for creating an SSL certificate, not creating the redirect service.
👍 3c73bf382023/02/15
シャッフルモード