AWS Certified Solutions Architect – Professional (SAP-C02) — Question 279

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: A

Explanation

A cluster placement group packs instances close together inside a single Availability Zone, which enables workloads to achieve the low-latency and high-throughput network performance required. Combining this with enhanced networking ensures the highest packet-per-second performance and lowest network jitter. In contrast, spread and partition placement groups are designed to reduce correlated failures for fault tolerance, which is not a requirement here.