Soru

Zorluk: OrtaHigh-Performing and Elastic Compute Solutions

A marketing agency is deploying a real-time ad bidding analytics application on a fleet of Amazon EC2 instances. The application performs distributed, high-performance computing calculations that require sub-millisecond node-to-node latency. The instances are deployed in a private subnet and are registered with an Application Load Balancer (ALB) that routes incoming traffic. The application service on the EC2 instances is configured to listen on custom port 8080.

Which combination of actions should a solutions architect take to meet the performance requirements and ensure that the ALB successfully forwards traffic to the EC2 instances? (Select TWO.)

  1. Launch the EC2 instances in a cluster placement group within a single Availability Zone.Cevap
  2. Configure the Application Load Balancer target group health check to query the custom port 8080.Cevap
  3. C
    Launch the EC2 instances in a spread placement group across multiple Availability Zones to ensure network performance.
  4. D
    Configure the target group to perform health checks using the default port 80 to ensure the ALB can dynamically route traffic to the custom port.
  5. E
    Launch the EC2 instances in a partition placement group to minimize network latency between nodes by distributing them across logical partitions.

Cevap

Launch the EC2 instances in a cluster placement group within a single Availability Zone and configure the Application Load Balancer target group health check to query the custom port 8080.
To achieve sub-millisecond node-to-node latency, instances must be launched in a cluster placement group within a single Availability Zone. Additionally, because the application is listening on a custom port 8080, the ALB's target group health check must be explicitly configured to monitor port 8080 to prevent healthy targets from being marked as unhealthy.

Adım Adım Çözüm

1
Analyze placement group requirements for the workload.
Identify that the application requires low-latency, tightly coupled node-to-node communication.
This determines that a cluster placement group is necessary to achieve sub-millisecond latency.
2
Select the correct placement group configuration.
Deploy the EC2 instances inside a cluster placement group within a single Availability Zone.
Cluster placement groups place instances physically close together on the same underlying hardware networks.
3
Verify load balancer configuration for the custom application port.
Modify the target group health check settings to target port 8080 instead of the default port 80.
An incorrect health check port leads to healthy instances being marked unhealthy, which stops the ALB from routing traffic.

Anahtar Kavram

Low-latency compute clustering and application target group health check configuration
Bu soruyu puanla