SAP-C02 第 295 题
题目
An application is deployed on Amazon EC2 instances that run in an Auto Scaling group. The Auto Scaling group configuration uses only one type of instance. CPU and memory utilization metrics show that the instances are underutilized. A solutions architect needs to implement a solution to permanently reduce the EC2 cost and increase the utilization. Which solution will meet these requirements with the LEAST number of configuration changes in the future?
中文翻译:
应用程序部署在 Auto Scaling 组中运行的 Amazon EC2 实例上。 Auto Scaling 组配置仅使用一种类型的实例。 CPU 和内存利用率指标显示实例未得到充分利用。解决方案架构师需要实施一个解决方案来永久降低 EC2 成本并提高利用率。未来哪种解决方案能够以最少的配置更改来满足这些要求?
选项
A. List instance types that have properties that are similar to the properties that the current instances have. Modify the Auto Scaling group's launch template configuration to use multiple instance types from the list.
中文翻译:
列出具有与当前实例具有的属性相似的属性的实例类型。修改 Auto Scaling 组的启动模板配置以使用列表中的多种实例类型。
B. Use the information about the application's CPU and memory utilization to select an instance type that matches the requirements. Modify the Auto Scaling group's configuration by adding the new instance type. Remove the current instance type from the configuration.
中文翻译:
使用有关应用程序的 CPU 和内存利用率的信息来选择符合要求的实例类型。通过添加新实例类型来修改 Auto Scaling 组的配置。从配置中删除当前实例类型。
C. Use the information about the application's CPU and memory utilization to specify CPU and memory requirements in a new revision of the Auto Scaling group's launch template. Remove the current instance type from the configuration.
中文翻译:
使用有关应用程序的 CPU 和内存利用率的信息在 Auto Scaling 组启动模板的新版本中指定 CPU 和内存要求。从配置中删除当前实例类型。
D. Create a script that selects the appropriate instance types from the AWS Price List Bulk API. Use the selected instance types to create a new revision of the Auto Scaling group's launch template.
中文翻译:
创建一个脚本,从 AWS Price List Bulk API 选择适当的实例类型。使用选定的实例类型创建 Auto Scaling 组启动模板的新修订版。
答案
C
解析
正确答案:C 解析: 本题应选择 C。 正确选项: C. 使用有关应用程序的 CPU 和内存利用率的信息在 Auto Scaling 组启动模板的新版本中指定 CPU 和内存要求。从配置中删除当前实例类型。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:EC2、Con...