EC2 Placement Group

0

Is Partition placement with only 1 partition same as Cluster Partition?

DP
asked 4 months ago150 views
2 Answers
1

Hello,

No, having a single partition in an EC2 placement group is not the same as using a cluster Partition. I believe with a single partition, your all instances would end up on the same segment without any isolation and that will not provide the full benefit of true partitioning or fault isolation.

https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/placement-groups.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreatePlacementGroup.html

Thanks

answered 4 months ago
  • Can you please clarify more in terms of sharing the hardware how are they different?

1

Hello,

  1. Cluster groups give you low-latency communication over hardware isolation while Spread groups isolate instances at the rack level.
  2. Partition groups isolate instances at a more minute hardware component level like racks, switches and power. This provides a benefit of failure isolation and intra-partition communication performance.

https://dev.to/gtgkartik/deep-dive-into-aws-ec2-placement-groups-maximizing-efficiency-and-performance-3i29

Thanks

answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions