EC2 IPs

Placement Groups

https://stackoverflow.com/questions/56447086/aws-ec2-placement-groups-partition-vs-spread

  1. Cluster: 하나의 Availability zone 안에서, 낮은 레이턴시로 인스턴스들이 묶여 있음.
  2. Spread: 각 AZ마다 최대 7개의 인스턴스씩, 퍼뜨리기 (모든 인스턴스가 각기 다른 하드웨어에 존재)
  3. Partition: 각 AZ별로 여러 개의 Partition(AZ별 7개)이 존재, 그 Partition 안에는 인스턴스가 N개 배치할 수 있음. (Use case: Hadoop, Kafka 등 빅데이터 어플리케이션…)

Elastic Network Interfaces (ENI)