A software development company is setting up a high-performance distributed cache layer using self-managed Redis on Amazon EC2 instances. The cache nodes require the lowest possible latency and highest throughput for node-to-node replication. Which configuration will satisfy these requirements?
- Launch the EC2 instances in a cluster placement group within a single Availability Zone.Cevap
- BLaunch the EC2 instances in a spread placement group to distribute the nodes across distinct physical racks.
- CLaunch the EC2 instances in a partition placement group to logically isolate the replication traffic.
- DDeploy the instances behind an Application Load Balancer and configure target group health checks on the default HTTP port 80 while the application runs on port 6379.
Cevap
Launch the EC2 instances in a cluster placement group within a single Availability Zone.
The correct configuration is to launch the EC2 instances in a cluster placement group within a single Availability Zone. This placement strategy physically groups instances close together on the underlying hardware, allowing them to achieve the lowest possible network latency and highest packet-per-second performance for node-to-node replication.
Adım Adım Çözüm
Anahtar Kavram
EC2 Cluster Placement Groups for Low-Latency Workloads