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. How should the EC2 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 EC2 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 'HPC' with Cluster Placement Group.
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. A cluster placement group is recommended for applications that benefit from low network latency, high network throughput, or both, such as tightly coupled node-to-node communication typical of HPC applications.
Common mistakes
Choosing Spread Placement Group, which is for high availability, not performance.
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