distributed_gce.yaml 679 B

123456789101112131415161718192021222324252627282930313233
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-c
  5. max_workers: 999
  6. head_node_type:
  7. name: head_node
  8. instance_type: n2-standard-64 # Network optimized.
  9. resources:
  10. cpu: 0
  11. custom_resources:
  12. node: 1
  13. small: 1
  14. worker_node_types:
  15. - name: worker_node_m
  16. instance_type: n2-standard-64
  17. min_workers: 32
  18. max_workers: 32
  19. use_spot: false
  20. resources:
  21. custom_resources:
  22. node: 1
  23. - name: worker_node_r
  24. instance_type: n2-standard-64
  25. min_workers: 32
  26. max_workers: 32
  27. use_spot: false
  28. resources:
  29. custom_resources:
  30. node: 1