Hard1 markMultiple Choice
AWS SAA-C03 · Question 51 · 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. How should the instances be deployed?
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. 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 'lowest latency' and 'tightly coupled' to the placement group type.
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 for tightly coupled node-to-node communication.
Common mistakes
Choosing Spread placement group, which does the exact opposite.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert