AWS Certified Solutions Architect – Professional — Question 631

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?

Answer options

Correct answer: D

Explanation

Launching the instances into a spread placement group with an extra elastic network interface (ENI) attached to each EC2 instance ensures isolated hardware placement and dedicated network paths to meet the performance needs. Although cluster placement groups are traditionally associated with low latency, the configuration in Option D provides a highly specialized network setup with the extra ENIs. Options A, B, and C do not combine the specific hardware separation of spread placement with the dual-interface throughput capability described in the correct solution.