AWS Certified SysOps Administrator – Associate — Question 269

A company runs a high performance computing (HPC) application on an Amazon EC2 instance. The company needs to scale this architecture to two or more EC2 instances. The EC2 instances will need to communicate with each other at high speeds with low latency to support the application.

The company wants to ensure that the network performance can support the required communication between the EC2 instances

What should a SysOps administrator do to meet these requirements?

Answer options

Correct answer: A

Explanation

A cluster placement group logically groups instances within a single Availability Zone to enable low-latency, high-throughput network communication, which is ideal for HPC applications. Because an existing EC2 instance cannot be directly moved into a placement group, it must be backed up to an AMI and recreated inside the newly created cluster placement group alongside the new instances. Other methods, such as using an NLB or placing instances in the same Availability Zone without a cluster placement group, do not guarantee the specialized low-latency, high-speed physical network configuration required.