agent_stress_compute.yaml 293 B

12345678910111213141516
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. aws:
  4. TagSpecifications:
  5. - ResourceType: "instance"
  6. Tags:
  7. - Key: ttl-hours
  8. Value: '24'
  9. head_node_type:
  10. name: head_node
  11. instance_type: m5.16xlarge
  12. resources: {"cpu": 85}
  13. worker_node_types: []