EC2 Placement Group

0

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

DP
demandé il y a 4 mois169 vues
2 réponses
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

répondu il y a 4 mois
  • 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

répondu il y a 4 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions