AWS Certified Solutions Architect – Associate (SAA-C02) — Question 207

A company is deploying a multi-instance application within AWS that requires minimal latency between the instances.
What should a solutions architect recommend?

Answer options

Correct answer: A

Explanation

The correct answer, A, is optimal as using a cluster placement group ensures low latency and high throughput between instances by placing them physically close together. Option B, while in a single Availability Zone, does not provide the same level of latency reduction as clustering. Option C introduces multiple Availability Zones, which can increase latency due to the distance between zones. Option D focuses on load balancing rather than minimizing latency between instances.