A solutions architect is designing a high-performance computing (HPC) database application on Amazon EC2. The database nodes require maximum network performance and the lowest possible latency for node-to-node communication. Which configuration should the solutions architect use to meet these network performance requirements?
- Deploy the EC2 instances in a cluster placement group.Answer
- BDeploy the EC2 instances in a spread placement group.
- CDeploy the EC2 instances across different Availability Zones in a partition placement group.
- DDeploy the EC2 instances behind a Network Load Balancer with default health checks configured on port 80.
Answer
Deploy the EC2 instances in a cluster placement group.
Deploying the EC2 instances in a cluster placement group is correct because it logically groups instances within a single Availability Zone. This configuration provides the lowest possible network latency and highest packet-per-second performance for tightly-coupled node-to-node communication.
Step-by-Step Solution
Key Concept
Selecting the appropriate EC2 placement group for high-performance network workloads.
Estimated Time:1m 0s