Medium1 markMultiple Choice
AWS SAP-C02 · Question 40 · Domain 2.5: Performance
A high-performance computing (HPC) application runs on a cluster of EC2 instances. The application requires extremely low latency and high throughput network communication between the instances. Which networking configuration should the architect use?
A high-performance computing (HPC) application runs on a cluster of EC2 instances. The application requires extremely low latency and high throughput network communication between the instances. Which networking configuration should the architect use?
Answer options:
A.
Launch the instances in a Spread Placement Group.
B.
Launch the instances in a Cluster Placement Group and attach Elastic Fabric Adapters (EFA).
C.
Use AWS Transit Gateway to route traffic between the instances.
D.
Attach Elastic Network Interfaces (ENI) and use Jumbo Frames.
How to approach this question
Combine the placement strategy for physical proximity with the network adapter for HPC.
Full Answer
B.Launch the instances in a Cluster Placement Group and attach Elastic Fabric Adapters (EFA).✓ Correct
Launch the instances in a Cluster Placement Group and attach Elastic Fabric Adapters (EFA).
A Cluster Placement Group ensures instances are physically close in the data center. Elastic Fabric Adapter (EFA) provides lower and more consistent latency than standard ENIs by bypassing the OS kernel.
Common mistakes
Confusing Spread with Cluster placement groups.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert