SAP-C02 第 41 题
题目
A company recently deployed an application on AWS. The application uses Amazon DynamoDB. The company measured the application load and configured the RCUs and WCUs on the DynamoDB table to match the expected peak load. The peak load occurs once a week for a 4-hour period and is double the average load. The application load is close to the average load for the rest of the week. The access pattern includes many more writes to the table than reads of the table. A solutions architect needs to implement a solution to minimize the cost of the table. Which solution will meet these requirements?
中文翻译:
一家公司最近在 AWS 上部署了一个应用程序。该应用程序使用 Amazon DynamoDB。该公司测量了应用程序负载,并在 DynamoDB 表上配置了 RCU 和 WCU,以匹配预期的峰值负载。峰值负载每周出现一次,持续 4 小时,是平均负载的两倍。应用程序负载接近本周剩余时间的平均负载。访问模式包括对表的写入比对表的读取多得多。解决方案架构师需要实施一个解决方案来最大限度地降低表的成本。哪种解决方案可以满足这些要求?
选项
A. Use AWS Application Auto Scaling to increase capacity during the peak period. Purchase reserved RCUs and WCUs to match the average load.
中文翻译:
使用 AWS Application Auto Scaling 在高峰期增加容量。购买预留的 RCU 和 WCU 以匹配平均负载。
B. Configure on-demand capacity mode for the table.
中文翻译:
为表配置按需容量模式。
C. Configure DynamoDB Accelerator (DAX) in front of the table. Reduce the provisioned read capacity to match the new peak load on the table.
中文翻译:
在表前面配置 DynamoDB Accelerator (DAX)。减少预配置的读取容量以匹配表上的新峰值负载。
D. Configure DynamoDB Accelerator (DAX) in front of the table. Configure on-demand capacity mode for the table.
中文翻译:
在表前面配置 DynamoDB Accelerator (DAX)。为表配置按需容量模式。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 使用 AWS Application Auto Scaling 在高峰期增加容量。购买预留的 RCU 和 WCU 以匹配平均负载。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:DynamoDB、Config、...