Machine Pool Formations¶
Deploy pools of multiple identical machines for batch processing, workshops, and distributed workloads.
Overview¶
Machine Pool formations deploy multiple machines from the same Docker or custom machine image. All machines in the pool share the same configuration but run as independent instances.
Available in On-Demand and Spot modes.
Use Cases¶
| Use Case | Description |
|---|---|
| Batch processing | Distribute workloads across multiple machines |
| Training and workshops | Provision identical environments for each participant |
| Distributed computing | Run parallel tasks across a pool of workers |
| Load testing | Simulate multiple concurrent users or services |
Configuration¶
In addition to standard machine formation settings:
| Setting | Description |
|---|---|
| Pool Size | Number of machines to launch |
| Machine Image | Docker or custom image shared across all machines |
| Instance Type | Compute resources for each machine |
Session Structure¶
Launching a pool formation creates a session containing multiple machines. Each machine can be managed independently (start, stop, connect, snapshot) through the Sessions panel.
Related Topics¶
- Formations Overview -- All formation types and lifecycle
- Sessions -- Manage machines within a pool session
- Machine Formations -- Single machine deployments