A solutions architect is deploying a high-performance computing (HPC) application on Amazon EC2 instances. The application nodes require closely-coupled, low-latency node-to-node communication. Additionally, the instances must be registered with an Application Load Balancer (ALB) for health monitoring on a custom port 8080, while the application itself serves web traffic on port 80. Which combination of steps should the solutions architect take to meet these performance and health check requirements? (Select TWO.)
- Launch the EC2 instances in a cluster placement group.Cevap
- Configure the Application Load Balancer target group health check port to 8080.Cevap
- CLaunch the EC2 instances in a spread placement group.
- DConfigure the Application Load Balancer target group health check port to use the default traffic-port.
- ELaunch the EC2 instances in a partition placement group.
Cevap
Launch the EC2 instances in a cluster placement group and configure the Application Load Balancer target group health check port to 8080.
The correct options are to launch the EC2 instances in a cluster placement group and to configure the Application Load Balancer target group health check port to 8080. A cluster placement group is ideal for applications that need low network latency and high network throughput. Setting the target group health check port explicitly to 8080 ensures the load balancer queries the correct custom port where the health monitoring endpoint is running.
Adım Adım Çözüm
Anahtar Kavram
High-performance EC2 networking using placement groups and configuring Application Load Balancer health checks for non-standard ports.