compute_tpl_single_node_k8s.yaml 419 B

1234567891011121314151617181920
  1. # cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. # aioa_aws_242090849690_us_west_2_0000
  3. cloud_id: cld_HSrCZdMCYDe1NmMCJhYRgQ4p
  4. region: us-west-2
  5. max_workers: 0
  6. head_node_type:
  7. name: head_node
  8. # 16 cpus, x86, 64G mem, 10Gb NIC, $0.484/hr on demand
  9. instance_type: m5.4xlarge
  10. worker_node_types: []
  11. aws:
  12. TagSpecifications:
  13. - ResourceType: "instance"
  14. Tags:
  15. - Key: ttl-hours
  16. Value: '24'