SAA-C03 · Question #18
A company plans to run a high performance computing (HPC) workload on Amazon EC2 Instances The workload requires low-latency network performance and high network throughput with tightly coupled…
The correct answer is A. Configure the EC2 instances to be part of a cluster placement group. Cluster Placement Group: This type of placement group is designed to provide low-latency network performance and high throughput by grouping instances within a single Availability Zone. It is ideal for applications that require tightly coupled node-to-node communication. When…
Question
A company plans to run a high performance computing (HPC) workload on Amazon EC2 Instances The workload requires low-latency network performance and high network throughput with tightly coupled node-to-node communication. Which solution will meet these requirements?
Options
- AConfigure the EC2 instances to be part of a cluster placement group
- BLaunch the EC2 instances with Dedicated Instance tenancy.
- CLaunch the EC2 instances as Spot Instances.
- DConfigure an On-Demand Capacity Reservation when the EC2 instances are launched.
How the community answered
(53 responses)- A91% (48)
- B6% (3)
- C2% (1)
- D2% (1)
Explanation
Cluster Placement Group: This type of placement group is designed to provide low-latency network performance and high throughput by grouping instances within a single Availability Zone. It is ideal for applications that require tightly coupled node-to-node communication. When launching EC2 instances, specify the option to launch them in a cluster placement group. This ensures that the instances are physically located close to each other, reducing latency and increasing network throughput. Low-Latency Communication: Instances in a cluster placement group benefit from enhanced networking capabilities, enabling low-latency communication. High Network Throughput: The network performance within a cluster placement group is optimized for high throughput, which is essential for HPC workloads.
Community Discussion
No community discussion yet for this question.