shuffle_compute_autoscaling_gce.yaml 477 B

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