compute_tpl.yaml 518 B

12345678910111213141516171819202122232425262728
  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: g3.8xlarge
  7. worker_node_types:
  8. - name: worker_node
  9. instance_type: g3.8xlarge
  10. min_workers: 2
  11. max_workers: 2
  12. use_spot: false
  13. aws:
  14. TagSpecifications:
  15. - ResourceType: "instance"
  16. Tags:
  17. - Key: ttl-hours
  18. Value: '48'
  19. BlockDeviceMappings:
  20. - DeviceName: /dev/sda1
  21. Ebs:
  22. VolumeSize: 400
  23. DeleteOnTermination: true