Files
Made-With-ML/deploy/cluster_compute.yaml
2023-12-07 11:36:49 -08:00

23 lines
464 B
YAML

cloud: education-us-west-2
region: us-west-2
head_node_type:
name: head_node_type
instance_type: g5.4xlarge
worker_node_types:
- name: gpu_worker
instance_type: g5.4xlarge
min_workers: 1
max_workers: 1
use_spot: False
aws:
BlockDeviceMappings:
- DeviceName: "/dev/sda1"
Ebs:
VolumeSize: 500
DeleteOnTermination: true
TagSpecifications:
- ResourceType: instance
Tags:
- Key: as-feature-multi-zone
Value: "true"