Hard1 markMultiple Choice
AWS SAA-C03 · Question 44 · Domain 3.2: Compute Performance
A media company is rendering high-resolution 3D animations. The rendering software runs on Amazon EC2 instances and requires extreme network performance and low latency between nodes. Which TWO features should the solutions architect use to maximize network performance? (Select TWO.)
A media company is rendering high-resolution 3D animations. The rendering software runs on Amazon EC2 instances and requires extreme network performance and low latency between nodes. Which TWO features should the solutions architect use to maximize network performance? (Select TWO.)
Answer options:
A.
Elastic Network Adapter (ENA)
B.
Elastic IP Addresses (EIP)
C.
AWS Global Accelerator
D.
Elastic Fabric Adapter (EFA)
E.
VPC Peering
How to approach this question
Look for the network adapters designed for high performance: ENA (Enhanced Networking) and EFA (HPC).
Full Answer
A,D
To maximize network performance for HPC or rendering workloads, you should use Enhanced Networking with the Elastic Network Adapter (ENA), which provides higher bandwidth and lower latency. For even tighter coupling, the Elastic Fabric Adapter (EFA) provides OS-bypass capabilities, drastically reducing latency for inter-node communication.
Common mistakes
Choosing Global Accelerator, which is for user-to-application traffic, not instance-to-instance traffic.
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert