Medium1 markMultiple Choice
AWS SAA-C03 · Question 37 · Domain 3.2: Compute Performance
A scientific research team is running 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. How should the instances be deployed?
A scientific research team is running 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. How should the instances be deployed?
Answer options:
A.
In a Spread Placement Group.
B.
In a Partition Placement Group.
C.
In a Cluster Placement Group.
D.
Across multiple Availability Zones.
How to approach this question
Look for 'tightly coupled', 'HPC', and 'lowest latency'. Cluster Placement Groups are designed for this.
Full Answer
C.In a Cluster Placement Group.✓ Correct
In a Cluster Placement Group.
A cluster placement group is a logical grouping of instances within a single Availability Zone. It provides the lowest network latency and highest network throughput, making it ideal for tightly coupled HPC applications.
Common mistakes
Choosing Spread placement groups, which are for fault tolerance, not performance.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert