Jenna Kwon
Jenna Kwon
Hello- Just a suggestion for including a documentation for spinning up a Ray cluster with a non-public Docker image. You have to add below line to avoid "no basic auth...
In this documentation page: https://docs.ray.io/en/latest/cluster/aws-tips.html# The instructions only work when `docker` is not specified. When `docker` is specified, the efs-related commands inside `setup_commands` array will try to run inside the...
I was wondering what it would take to have AMI that is something like `amzn-ray-latest`! This would help us reduce our maintenance cost in updating what we specify for amzn-ray...
### Describe your feature request Currently, Amazon-Ray AMI allows for logs written to `/tmp/ray/user/` locations to become auto published to CloudWatch. This means that users of Amazon-Ray AMI could potentially...
# Problem I am using ami-00f92e9d2b63bc61a2 which is supposed to be the ami for `Linux - Python 3.7 - Ray 1.2.0`. I am using below yaml file, where my docker...
Hello - After I spinned up the cluster with `ray up my_cluster.yaml`, my workload wasn't really getting handled well by the Ray cluster. I tried `ray monitor my_cluster.yaml` then found...
### What is the problem? In my setting, the client machine is in the same VPC as the requested instances in the cluster. When a client machine runs `ray up`,...
Hello, We want to programmatically spin up an EMR cluster then spin up a Dask cluster in the EMR cluster with YarnCluster construct. Currently, what we are doing is -...