compute_tpl_single_node_32_cpu.yaml 319 B

123456789101112131415161718
  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. # 32 cpus, x86, 128G mem, 10Gb NIC
  7. instance_type: m5.8xlarge
  8. worker_node_types: []
  9. aws:
  10. TagSpecifications:
  11. - ResourceType: "instance"
  12. Tags:
  13. - Key: ttl-hours
  14. Value: '24'