Multi-instance type
Best practices
Example node groups
CPU spot/on-demand with GPU on-demand
# cluster.yaml
node_groups:
- name: cpu-spot
instance_type: m5.large
spot: true
- name: cpu
instance_type: m5.large
- name: gpu
instance_type: g4dn.xlargeCPU on-demand, GPU on-demand and Inferentia on-demand
3 spot CPU node groups with 1 on-demand CPU
Last updated