AWS Certified Solutions Architect – Professional — Question 815

A group of Amazon EC2 instances have been configured as a high performance computing (HPC) cluster. The instances are running in a placement group, and are able to communicate with each other at network speeds of up to 20 Gbps.
The cluster needs to communicate with a control EC2 instance outside of the placement group. The control instance has the same instance type and AMI as the other instances, and is configured with a public IP address.
How can the Solutions Architect improve the network speeds between the control instance and the instances in the placement group?

Answer options

Correct answer: D

Explanation

To achieve the low-latency and high-throughput network performance of up to 20 Gbps, all communicating EC2 instances must reside within the same cluster placement group. AWS supports moving an existing stopped instance into a placement group, making relocation the most efficient solution. While using private IPs and ENA are standard best practices, they alone will not provide placement group speeds if the control instance remains outside the group.