SAP-C02 第 250 题
题目
A company has a new application that needs to run on five Amazon EC2 instances in a single AWS Region. The application requires high-throughput, low-latency network connections between all of the EC2 instances where the application will run. There is no requirement for the application to be fault tolerant. Which solution will meet these requirements?
中文翻译:
一家公司有一个新应用程序,需要在单个 AWS 区域中的五个 Amazon EC2 实例上运行。该应用程序需要在运行该应用程序的所有 EC2 实例之间建立高吞吐量、低延迟的网络连接。应用程序不要求具有容错能力。哪种解决方案可以满足这些要求?
选项
A. Launch five new EC2 instances into a cluster placement group. Ensure that the EC2 instance type supports enhanced networking.
中文翻译:
将五个新的 EC2 实例启动到集群置放群组中。确保 EC2 实例类型支持增强联网。
B. Launch five new EC2 instances into an Auto Scaling group in the same Availability Zone. Attach an extra elastic network interface to each EC2 instance.
中文翻译:
在同一可用区的 Auto Scaling 组中启动五个新的 EC2 实例。将额外的弹性网络接口附加到每个 EC2 实例。
C. Launch five new EC2 instances into a partition placement group. Ensure that the EC2 instance type supports enhanced networking.
中文翻译:
将五个新的 EC2 实例启动到分区置放群组中。确保 EC2 实例类型支持增强联网。
D. Launch five new EC2 instances into a spread placement group. Attach an extra elastic network interface to each EC2 instance.
中文翻译:
将五个新的 EC2 实例启动到分散置放组中。将额外的弹性网络接口附加到每个 EC2 实例。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 将五个新的 EC2 实例启动到集群置放群组中。确保 EC2 实例类型支持增强联网。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:EC2、Auto Scaling。 排除思路: B、C、D 通常会在协议或服务适...