An organization is deploying a real-time cluster analysis application on several Amazon EC2 instances. The instances must communicate with each other with minimal network latency and maximum network throughput. Which configuration should be selected for the EC2 instances to achieve this performance?
- ALaunch the instances in a spread placement group across multiple Availability Zones.
- Launch the instances in a cluster placement group in a single Availability Zone.Answer
- CLaunch the instances in a partition placement group across multiple Availability Zones.
- DDeploy the instances behind an Application Load Balancer with target group health checks configured on port 80 while the application listens on port 8080.
Answer
Launch the instances in a cluster placement group in a single Availability Zone.
The correct configuration is to launch the instances in a cluster placement group. A cluster placement group is a logical grouping of instances within a single Availability Zone. This configuration enables workloads to achieve the low-latency network performance and high throughput necessary for tightly-coupled node-to-node communication.
Step-by-Step Solution
Key Concept
EC2 Placement Groups
Estimated Time:1m 0s