EC2 Placement Group

0

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

DP
已提問 4 個月前檢視次數 169 次
2 個答案
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

已回答 4 個月前
  • 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

已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南