A research institution is deploying a seismic data processing workload on AWS that requires high-performance computing (HPC) nodes. The nodes must exchange data frequently using Message Passing Interface (MPI) with node-to-node latency of less than . The workload is deployed on a fleet of memory-optimized Amazon EC2 instances managed by an Auto Scaling group. The Auto Scaling group registers the instances with a Network Load Balancer (NLB) that routes control plane traffic on port . However, the application's internal status and health-reporting service runs on a separate monitoring daemon on port . Which configuration combination should a solutions architect implement to ensure both optimal compute performance and accurate health monitoring of the instances?
- ADeploy the EC2 instances in a partition placement group. Configure the NLB target group health checks to use port .
- Deploy the EC2 instances in a cluster placement group. Configure the NLB target group health checks to use port .Answer
- CDeploy the EC2 instances in a cluster placement group. Configure the NLB target group health checks to use port .
- DDeploy the EC2 instances in a spread placement group. Configure the NLB target group health checks to use port .