Create placement group

Creates a placement group on your account. Placement groups disperse your Linodes across physical machines (hosts) in one of our compute regions. Depending on your workload requirements, you may need your Linodes to follow specific strategies:

  • Grouped together. You may want them placed close together to reduce latency between Linodes that are used for an application or workload.

  • Spread apart. You may want to disperse them across several hosts to support high availability, for example when required for failover.

We offer an example API workflow you can follow to create a placement group.

📘

To run this operation, your user needs the add_linodes grant. Talk to your local account administrator about grant management for your user.

linode-cli placement group-create \
  --label PG_Miami_failover \
  --region us-mia \
  --placement_group_type "anti-affinity:local" \
  --placement_group_policy strict

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!