
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is deploying an application that processes large quantities of data in parallel. The company plans to use Amazon EC2 instances for the workload. The network architecture must be configurable to prevent groups of nodes from sharing the same underlying hardware.
Which networking solution meets these requirements?
A
Run the EC2 instances in a spread placement group.
B
Group the EC2 instances in separate accounts.
C
Configure the EC2 instances with dedicated tenancy.
D
Configure the EC2 instances with shared tenancy.
Explanation:
Correct Answer: A - Run the EC2 instances in a spread placement group.
Why this is correct:
Why other options are incorrect:
B. Group the EC2 instances in separate accounts.
C. Configure the EC2 instances with dedicated tenancy.
D. Configure the EC2 instances with shared tenancy.
Key AWS Concepts:
Use Case Alignment: The requirement specifically mentions "prevent groups of nodes from sharing the same underlying hardware," which is the exact purpose of spread placement groups in AWS.