SAP-C02 第 164 题
题目
A company is running a compute workload by using Amazon EC2 Spot Instances that are in an Auto Scaling group. The launch template uses two placement groups and a single instance type. Recently, a monitoring system reported Auto Scaling instance launch failures that correlated with longer wait times for system users. The company needs to improve the overall reliability of the workload. Which solution will meet this requirement?
中文翻译:
一家公司正在使用 Auto Scaling 组中的 Amazon EC2 Spot 实例运行计算工作负载。启动模板使用两个置放群组和单个实例类型。最近,监控系统报告 Auto Scaling 实例启动失败,这与系统用户等待时间较长有关。公司需要提高工作负载的整体可靠性。哪种解决方案可以满足这个要求?
选项
A. Replace the launch template with a launch configuration to use an Auto Scaling group that uses attribute-based instance type selection.
中文翻译:
将启动模板替换为启动配置,以使用使用基于属性的实例类型选择的 Auto Scaling 组。
B. Create a new launch template version that uses attribute-based instance type selection. Configure the Auto Scaling group to use the new launch template version.
中文翻译:
创建使用基于属性的实例类型选择的新启动模板版本。配置 Auto Scaling 组以使用新的启动模板版本。
C. Update the launch template Auto Scaling group to increase the number of placement groups.
中文翻译:
更新启动模板 Auto Scaling 组以增加置放群组的数量。
D. Update the launch template to use a larger instance type.
中文翻译:
更新启动模板以使用更大的实例类型。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 创建使用基于属性的实例类型选择的新启动模板版本。配置 Auto Scaling 组以使用新的启动模板版本。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:EC2、Config、Auto Scaling。 排除思...