Hard1 markMultiple Choice
AWS SAP-C02 · Question 25 · Domain 2.5: Performance
A high-frequency trading application runs on EC2 instances and requires the absolute lowest possible network latency and highest packet per second (PPS) performance between nodes in the same VPC. Which networking feature MUST be utilized?
A high-frequency trading application runs on EC2 instances and requires the absolute lowest possible network latency and highest packet per second (PPS) performance between nodes in the same VPC. Which networking feature MUST be utilized?
Answer options:
A.
Elastic Network Adapter (ENA) within a Spread Placement Group.
B.
Elastic Fabric Adapter (EFA) within a Cluster Placement Group.
C.
AWS Transit Gateway with Jumbo Frames enabled.
D.
AWS Direct Connect with MACsec encryption.
How to approach this question
Combine the lowest latency network interface (EFA) with the lowest latency physical placement (Cluster Placement Group).
Full Answer
B.Elastic Fabric Adapter (EFA) within a Cluster Placement Group.✓ Correct
Elastic Fabric Adapter (EFA) within a Cluster Placement Group.
Elastic Fabric Adapter (EFA) is a network interface for Amazon EC2 instances that enables customers to run applications requiring high levels of inter-node communications at scale. A Cluster Placement Group ensures instances are physically close together.
Common mistakes
Choosing ENA instead of EFA for HPC/ultra-low latency requirements.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing betwe...HardQ02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...Hard
Expert