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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ