Types of groups
Three placement group types determine how Virtual Machines are distributed across physical servers.- Affinity groups assemble Virtual Machines on the same server, so they exchange data faster due to physical proximity.
- Anti-affinity groups place Virtual Machines on separate physical servers. A failure on one server leaves instances on the others unaffected.
- Soft anti-affinity groups encourage separation across servers but allow placement on the same hardware if no separate server is available. This avoids creation failures that a strict anti-affinity policy would trigger under the same conditions.