compute_gpu_4x4_aws.yaml 509 B

12345678910111213141516171819202122232425
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. max_workers: 3
  4. head_node_type:
  5. name: head_node
  6. instance_type: g4dn.12xlarge
  7. worker_node_types:
  8. - name: worker_node
  9. instance_type: g4dn.12xlarge
  10. max_workers: 3
  11. min_workers: 3
  12. use_spot: false
  13. aws:
  14. BlockDeviceMappings:
  15. - DeviceName: /dev/sda1
  16. Ebs:
  17. DeleteOnTermination: true
  18. VolumeSize: 800
  19. Iops: 5000
  20. Throughput: 1000
  21. VolumeType: gp3