Easy1 markMultiple Choice
AWS SAA-C03 · Question 41 · Domain 3.2: Compute Performance
A company is running a tightly coupled High Performance Computing (HPC) application on a fleet of EC2 instances. The application requires the lowest possible network latency and highest network throughput between instances. How should the instances be deployed?
A company is running a tightly coupled High Performance Computing (HPC) application on a fleet of EC2 instances. 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
Match 'tightly coupled', 'lowest latency', and 'highest throughput' with Cluster Placement Group.
Full Answer
C.In a Cluster Placement Group.✓ Correct
A cluster placement group is a logical grouping of instances within a single Availability Zone. It is recommended for applications that benefit from low network latency, high network throughput, or both.
Common mistakes
Confusing Cluster (performance) with Spread (availability).
Practice the full AWS SAA-C03 Practice Exam 7
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 needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert