Medium1 markMultiple Choice
AWS SAA-C03 · Question 41 · Domain 3.2: Compute Performance
A company is deploying a tightly coupled High Performance Computing (HPC) application on Amazon EC2. The application requires the lowest possible network latency and highest network throughput between instances.<br/><br/>Which TWO configurations should a solutions architect implement? (Select TWO.)
A company is deploying a tightly coupled High Performance Computing (HPC) application on Amazon EC2. The application requires the lowest possible network latency and highest network throughput between instances.<br/><br/>Which TWO configurations should a solutions architect implement? (Select TWO.)
Answer options:
A.
Deploy the instances in a Spread Placement Group.
B.
Deploy the instances in a Cluster Placement Group.
C.
Deploy the instances across multiple Availability Zones.
D.
Attach an Elastic Fabric Adapter (EFA) to the instances.
E.
Use an Application Load Balancer to distribute traffic.
How to approach this question
Identify the placement group and network adapter designed for HPC.
Full Answer
Deploy the instances in a Cluster Placement Group.<br/>Attach an Elastic Fabric Adapter (EFA) to the instances.
For tightly coupled HPC applications, you should use a Cluster Placement Group to ensure instances are physically close to each other, providing low latency and high throughput. Additionally, using an Elastic Fabric Adapter (EFA) provides OS bypass capabilities, significantly reducing latency for inter-instance communication.
Common mistakes
Choosing Spread placement groups, which are for fault tolerance, not performance.
Practice the full AWS SAA-C03 Practice Exam 6
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 company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert