tpl_cpu_1_c5.yaml 401 B

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