A research group is deploying a molecular dynamics analysis platform on Amazon EC2. The application requires tightly-coupled, node-to-node communication with minimal network latency. Additionally, a web-based administration console running on port 9090 on the same instances needs to receive traffic via an Application Load Balancer (ALB). Which two configurations should the solutions architect select to satisfy these requirements? (Select two.)
- Launch the EC2 instances in a cluster placement group.Answer
- Configure the ALB target group's health checks to use port 9090.Answer
- CLaunch the EC2 instances in a spread placement group.
- DConfigure the ALB target group's health checks to use the default port 80.
- ELaunch the EC2 instances in a partition placement group.
Answer
Launch the EC2 instances in a cluster placement group and configure the ALB target group's health checks to use port 9090.
The correct options are launching the instances in a cluster placement group to meet the low-latency network requirement, and configuring the target group health checks on port 9090 so that the ALB correctly verifies the status of the admin console.
Step-by-Step Solution
Key Concept
Low-latency instance placement and correct ELB health check port alignment
Estimated Time:1m 30s