Skip to content

Commit

Permalink
[docs][aws] Add VolumeType to aws example (ray-project#34690)
Browse files Browse the repository at this point in the history
Why are these changes needed?
I wanted to use different VolumeType of ec2 instance, but I didn't find any descripition inside Cluster YAML Configuration Options. That would be helpful for users like me.

Related issue number
ray-project#34570

Signed-off-by: pomcho555 <[email protected]>
  • Loading branch information
pomcho555 committed May 4, 2023
1 parent efee480 commit f63162d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/autoscaler/aws/example-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ available_node_types:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 140
VolumeType: gp3
# Additional options in the boto docs.
ray.worker.default:
# The minimum number of worker nodes of this type to launch.
Expand Down

0 comments on commit f63162d

Please sign in to comment.