tpl_cpu_1_gce.yaml 458 B

12345678910111213141516171819202122232425
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west1
  3. allowed_azs:
  4. - us-west1-c
  5. max_workers: 0
  6. head_node_type:
  7. name: head_node
  8. instance_type: n2-standard-8 # m5.2xlarge
  9. worker_node_types: []
  10. #aws:
  11. # TagSpecifications:
  12. # - ResourceType: "instance"
  13. # Tags:
  14. # - Key: ttl-hours
  15. # Value: '48'
  16. #
  17. # BlockDeviceMappings:
  18. # - DeviceName: /dev/sda1
  19. # Ebs:
  20. # VolumeSize: 300
  21. # DeleteOnTermination: true