A company is deploying a distributed telemetry processing system on a fleet of Amazon EC2 instances. The system requires sub-millisecond node-to-node network latency to synchronize internal state variables. The instances receive external ingest traffic from an Application Load Balancer (ALB) on TCP port 8090. Which two configurations should the solutions architect implement to meet these requirements? (Select TWO.)
- ADeploy the EC2 instances in a spread placement group to distribute the instances across distinct underlying hardware.
- Launch the EC2 instances in a cluster placement group within a single Availability Zone.Cevap
- Configure the ALB target group health check to use the traffic port or explicitly specify port 8090.Cevap
- DDeploy the EC2 instances in a partition placement group with a partition count of seven.
- EConfigure the target group to perform health checks on the default HTTP port 80 to offload health check traffic from the application.
Cevap
To meet the requirements, the solutions architect should 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 use the traffic port or explicitly specify port 8090.
To achieve the required sub-millisecond node-to-node latency, the instances must be launched in a cluster placement group within a single Availability Zone. Additionally, because the application listens on custom port 8090, the target group health check port must be configured to check the traffic port or port 8090 directly to avoid false negatives where healthy instances are marked as unhealthy.
Adım Adım Çözüm
Anahtar Kavram
Selecting cluster placement groups for low-latency node-to-node communication and aligning load balancer health check ports with custom application ports.
Tahmini Süre:2m 0s