shuffle_compute_single.yaml 438 B

12345678910111213141516171819202122
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. max_workers: 0
  4. aws:
  5. BlockDeviceMappings:
  6. - DeviceName: /dev/sda1
  7. Ebs:
  8. VolumeSize: 500
  9. head_node_type:
  10. name: head_node
  11. instance_type: i3.4xlarge
  12. resources: {"object_store_memory": 21474836480}
  13. worker_node_types:
  14. - name: worker_node
  15. instance_type: i3.4xlarge
  16. min_workers: 0
  17. max_workers: 0
  18. use_spot: false