Hard1 markMultiple Choice
AWS SAP-C02 · Question 27 · Domain 2.5: Performance
An architect is designing a high-performance computing (HPC) cluster on AWS. The application requires sub-millisecond network latency and high packet-per-second performance between EC2 instances. Which THREE configurations are required to achieve this? (Select THREE)
An architect is designing a high-performance computing (HPC) cluster on AWS. The application requires sub-millisecond network latency and high packet-per-second performance between EC2 instances. Which THREE configurations are required to achieve this? (Select THREE)
Answer options:
A.
Launch the EC2 instances in a Cluster Placement Group.
B.
Launch the EC2 instances in a Spread Placement Group.
C.
Enable Elastic Fabric Adapter (EFA) on the EC2 instances.
D.
Use AWS Global Accelerator.
E.
Use an EC2 instance type that supports Enhanced Networking (ENA).
F.
Deploy the instances across multiple Availability Zones.
G.
Attach Provisioned IOPS (io2) EBS volumes.
How to approach this question
Identify the EC2 features designed specifically for HPC networking.
Full Answer
For HPC, you need instances physically close (Cluster Placement Group), using high-performance network interfaces (ENA), and OS bypass for the lowest possible latency (EFA).
Common mistakes
Choosing Spread Placement Groups or Multi-AZ, which degrade network performance.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert