mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
* AWS: support multiple availability zones (fix #2177) * Bugfix: [] rather than () * Test config * Test config tweaks * Remove test config * Formatting fixes * Update YAML config
This commit is contained in:
@@ -30,7 +30,10 @@ idle_timeout_minutes: 5
|
||||
provider:
|
||||
type: aws
|
||||
region: us-west-2
|
||||
availability_zone: us-west-2a
|
||||
# Availability zone(s), comma-separated, that nodes may be launched in.
|
||||
# Nodes are currently spread between zones by a round-robin approach,
|
||||
# however this implementation detail should not be relied upon.
|
||||
availability_zone: us-west-2a,us-west-2b
|
||||
|
||||
# How Ray will authenticate with newly launched nodes.
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user