SAP-C02 第 208 题
题目
A software-as-a-service (SaaS) provider exposes APIs through an Application Load Balancer (ALB). The ALB connects to an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that is deployed in the us-east-1 Region. The exposed APIs contain usage of a few non-standard REST methods: LINK, UNLINK, LOCK, and UNLOCK. Users outside the United States are reporting long and inconsistent response times for these APIs. A solutions architect needs to resolve this problem with a solution that minimizes operational overhead. Which solution meets these requirements?
中文翻译:
软件即服务 (SaaS) 提供商通过应用程序负载均衡器 (ALB) 公开 API。 ALB 连接到部署在 us-east-1 区域中的 Amazon Elastic Kubernetes Service (Amazon EKS) 集群。公开的 API 包含一些非标准 REST 方法的使用:LINK、UNLINK、LOCK 和 UNLOCK。美国境外的用户报告这些 API 的响应时间长且不一致。解决方案架构师需要通过最小化运营开销的解决方案来解决此问题。哪种解决方案满足这些要求?
选项
A. Add an Amazon CloudFront distribution. Configure the ALB as the origin.
中文翻译:
添加 Amazon CloudFront 分配。将 ALB 配置为源。
B. Add an Amazon API Gateway edge-optimized API endpoint to expose the APIs. Configure the ALB as the target.
中文翻译:
添加 Amazon API Gateway 边缘优化的 API 终端节点以公开 API。将 ALB 配置为目标。
C. Add an accelerator in AWS Global Accelerator. Configure the ALB as the origin.
中文翻译:
在 AWS Global Accelerator 中添加加速器。将 ALB 配置为源。
D. Deploy the APIs to two additional AWS Regions: eu-west-1 and ap-southeast-2. Add latency-based routing records in Amazon Route 53.
中文翻译:
将 API 部署到另外两个 AWS 区域:eu-west-1 和 ap-southeast-2。在 Amazon Route 53 中添加基于延迟的路由记录。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 在 AWS Global Accelerator 中添加加速器。将 ALB 配置为源。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Route 53、API Gateway、CloudFront、RDS、Co...