SAP-C02 第 155 题
题目
A global media company is planning a multi-Region deployment of an application. Amazon DynamoDB global tables will back the deployment to keep the user experience consistent across the two continents where users are concentrated. Each deployment will have a public Application Load Balancer (ALB). The company manages public DNS internally. The company wants to make the application available through an apex domain. Which solution will meet these requirements with the LEAST effort?
中文翻译:
一家全球媒体公司正在计划应用程序的多区域部署。 Amazon DynamoDB 全局表将支持部署,以在用户集中的两大洲保持用户体验一致。每个部署都将有一个公共应用程序负载均衡器 (ALB)。该公司内部管理公共 DNS。该公司希望通过顶级域提供该应用程序。哪种解决方案能够以最少的努力满足这些要求?
选项
A. Migrate public DNS to Amazon Route 53. Create CNAME records for the apex domain to point to the ALB. Use a geolocation routing policy to route traffic based on user location.
中文翻译:
将公共 DNS 迁移到 Amazon Route 53。为顶级域创建 CNAME 记录以指向 ALB。使用地理位置路由策略根据用户位置路由流量。
B. Place a Network Load Balancer (NLB) in front of the ALMigrate public DNS to Amazon Route 53. Create a CNAME record for the apex domain to point to the NLB’s static IP address. Use a geolocation routing policy to route traffic based on user location.
中文翻译:
将网络负载均衡器 (NLB) 放置在 ALMigrate 公共 DNS 到 Amazon Route 53 的前面。为顶点域创建 CNAME 记录以指向 NLB 的静态 IP 地址。使用地理位置路由策略根据用户位置路由流量。
C. Create an AWS Global Accelerator accelerator with multiple endpoint groups that target endpoints in appropriate AWS Regions. Use the accelerator’s static IP address to create a record in public DNS for the apex domain.
中文翻译:
创建一个具有多个终端节点组的 AWS Global Accelerator 加速器,这些终端节点组以适当的 AWS 区域中的终端节点为目标。使用加速器的静态 IP 地址在公共 DNS 中为顶级域创建记录。
D. Create an Amazon API Gateway API that is backed by AWS Lambda in one of the AWS Regions. Configure a Lambda function to route traffic to application deployments by using the round robin method. Create CNAME records for the apex domain to point to the API's URL.
中文翻译:
创建由 AWS 区域之一中的 AWS Lambda 支持的 Amazon API Gateway API。配置 Lambda 函数以使用循环方法将流量路由到应用程序部署。为顶级域创建 CNAME 记录以指向 API 的 URL。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 创建一个具有多个终端节点组的 AWS Global Accelerator 加速器,这些终端节点组以适当的 AWS 区域中的终端节点为目标。使用加速器的静态 IP 地址在公共 DNS 中为顶级域创建记录。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/...