An engineering company plans to run a tightly-coupled computational fluid dynamics (CFD) simulation. The software requires multiple Amazon EC2 instances to communicate with each other with the lowest possible network latency and high throughput.
Which EC2 placement strategy should be selected to meet this performance requirement?
- Configure the instances in a cluster placement group within a single Availability Zone.Answer
- BConfigure the instances in a spread placement group across multiple Availability Zones.
- CConfigure the instances in a partition placement group across different racks.
- DMigrate the simulation workload to AWS Lambda functions.
Answer
Configure the instances in a cluster placement group within a single Availability Zone.
The correct option is configuring the instances in a cluster placement group within a single Availability Zone. A cluster placement group is specifically designed for applications that require low network latency, high network throughput, or both. It achieves this by launching instances close together on the same physical hardware within a single Availability Zone.
Step-by-Step Solution
Key Concept
Selecting the correct EC2 placement group for low-latency, high-performance networking.