Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 584 discussion

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.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
czyboi
Highly Voted 1 year, 1 month ago
Selected Answer: A
A spread placement group is a group of instances that are each placed on distinct hardware. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 11 times
...
Guru4Cloud
Highly Voted 1 year, 1 month ago
Selected Answer: C
C is the correct answer. Configuring the EC2 instances with dedicated tenancy ensures that each instance will run on isolated, single-tenant hardware. This meets the requirement to prevent groups of nodes from sharing underlying hardware. A spread placement group only provides isolation at the Availability Zone level. Instances could still share hardware within an AZ.
upvoted 5 times
pentium75
9 months, 2 weeks ago
No. C ensures that your EC2 instances run on hardware that is not shared with other customers (!). It is still shared among YOUR instances.
upvoted 4 times
...
...
emakid
Most Recent 3 months, 2 weeks ago
Selected Answer: A
Option A: Run the EC2 instances in a spread placement group. Spread Placement Group: This placement group strategy ensures that EC2 instances are distributed across distinct hardware to reduce the risk of correlated failures. Instances in a spread placement group are placed on different underlying hardware, which aligns with the requirement to prevent groups of nodes from sharing the same underlying hardware. This is a good fit for the scenario where you need to ensure high availability and fault tolerance.
upvoted 1 times
...
Gape4
3 months, 3 weeks ago
Selected Answer: A
Spread – Strictly places a small group of instances across distinct underlying hardware to reduce correlated failures.
upvoted 1 times
...
Marco_St
9 months, 1 week ago
Selected Answer: A
dedicated tenancy cannot ensure the instances share the same hardware. So A
upvoted 2 times
...
pentium75
9 months, 2 weeks ago
Selected Answer: A
A, spread placement group does exactly what is required here. Not C and D, tenancy determines whether the hardware is shared with other customers or not, it has nothing to with your own instances sharing hardware. (On the contrary, dedicated tenancy would spread your EC2 instances across as little nodes as possible.) Not B, accounts have nothing to do with the issue.
upvoted 4 times
...
maged123
10 months ago
Selected Answer: A
Let's assume that you have two groups of instances, group A and group B and you have two physical hardware X and Y. With spread placement group, you can have group A of instances on hardware X and group B on hardware Y but this will not prevent hardware X to host other instances of other customers because your only requirement is to separate group A from group B. On the other hand, the dedicated tenancy means that AWS will dedicate the physical hardware only for you. So, the correct answer is A.
upvoted 2 times
...
Murtadhaceit
10 months, 1 week ago
Question is ambiguous and confusing. Is it asking about the EC2 instance of the same application not sharing hardware? or EC2 instance not sharing hardware with other EC2 from other applications?
upvoted 1 times
...
Mikado211
10 months, 2 weeks ago
Selected Answer: A
Spread placement group allows you to isolate your instances on hardware level. Dedicated tenancy allows you to be sure that you are the only customer on the hardware. The correct answer is A.
upvoted 1 times
Mikado211
10 months, 2 weeks ago
A : Spread placement group
upvoted 1 times
...
...
lucasbg
10 months, 2 weeks ago
Selected Answer: A
Def is A: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 1 times
...
TariqKipkemei
10 months, 3 weeks ago
Selected Answer: A
Keywords 'prevent groups of nodes from sharing the same underlying hardware'. Spread Placement Group strictly places a small group of instances across distinct underlying hardware to reduce correlated failures.
upvoted 1 times
...
cciesam
11 months, 1 week ago
Selected Answer: A
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html Each instances is placed on seven different racks, each rack has its own network and power source.
upvoted 1 times
...
wsdasdasdqwdaw
11 months, 3 weeks ago
Another tricky question, but I would go for A because: Dedicated instances: Dedicated Instances are EC2 instances that run on hardware that's dedicated to a single customer. Dedicated Instances that belong to different AWS accounts are physically isolated at a hardware level, even if those accounts are linked to a single payer account. However, Dedicated Instances might share hardware with other instances from the same AWS account that are not Dedicated Instances. Which is not the desired option. Spread – strictly places a small group of instances across distinct underlying hardware to reduce correlated failures. That's why A.
upvoted 2 times
...
garuta
1 year ago
Selected Answer: C
C is clear.
upvoted 1 times
pentium75
9 months, 2 weeks ago
"Dedicated tenancy" means that all your nodes run on hardware that is not shared with other customers. This is counter-productive to the objective here.
upvoted 1 times
...
...
Devsin2000
1 year ago
A When you launch a new EC2 instance, the EC2 service attempts to place the instance in such a way that all of your instances are spread out across underlying hardware to minimize correlated failures. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 2 times
...
taustin2
1 year ago
Selected Answer: A
Spread Placement Group strictly places a small group of instances across distinct underlying hardware to reduce correlated failures.
upvoted 1 times
...
Eminenza22
1 year, 1 month ago
Selected Answer: A
Option A is the correct answer. It suggests running the EC2 instances in a spread placement group. This solution is cost-effective and requires minimal development effort .
upvoted 2 times
Eminenza22
1 year, 1 month ago
The placement group reduces the risk of simultaneous failures by spreading the instances across distinct underlying hardware
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...