SAP-C02 第 28 题
题目
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.)
中文翻译:
某公司注册了 10 个新域名。该公司使用这些域名进行在线营销。该公司需要一种解决方案,将在线访问者重定向到每个域的特定 URL。所有域和目标 URL 均在 JSON 文档中定义。所有 DNS 记录均由 Amazon Route 53 管理。解决方案架构师必须实施接受 HTTP 和 HTTPS 请求的重定向服务。解决方案架构师应采取哪种步骤组合才能以最少的操作工作量满足这些要求? (选择三项。)
选项
A. 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.
中文翻译:
创建在 Amazon EC2 实例上运行的动态网页。配置网页以结合使用 JSON 文档和事件消息来查找重定向 URL 并进行响应。
B. Create an Application Load Balancer that includes HTTP and HTTPS listeners.
中文翻译:
创建包含 HTTP 和 HTTPS 侦听器的应用程序负载均衡器。
C. 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.
中文翻译:
创建一个 AWS Lambda 函数,该函数结合使用 JSON 文档和事件消息来查找重定向 URL 并进行响应。
D. Use an Amazon API Gateway API with a custom domain to publish an AWS Lambda function.
中文翻译:
使用具有自定义域的 Amazon API Gateway API 来发布 AWS Lambda 函数。
E. Create an Amazon CloudFront distribution. Deploy a Lambda@Edge function.
中文翻译:
创建 Amazon CloudFront 分配。部署 Lambda@Edge 函数。
F. Create an SSL certificate by using AWS Certificate Manager (ACM). Include the domains as Subject Alternative Names.
中文翻译:
使用 AWS Certificate Manager (ACM) 创建 SSL 证书。包括域作为主题备用名称。
答案
CEF
解析
正确答案:CEF 解析: 本题应选择 CEF。 正确选项: C. 创建一个 AWS Lambda 函数,该函数结合使用 JSON 文档和事件消息来查找重定向 URL 并进行响应。 E. 创建 Amazon CloudFront 分配。部署 Lambda@Edge 函数。 F. 使用 AWS Certificate Manager (ACM) 创建 SSL 证书。包括域作为主题备用名称。 选择理由: 该选项最直接地满足题干中的关键约束。做...