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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则