ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
34.3k stars 5.83k forks source link

AWS Security group rule issue #11601

Open night-fury-web opened 4 years ago

night-fury-web commented 4 years ago

When I restrict security group to have port 22 allowed for same vpc instances, ray up command get failed because it tries to ssh using public IP.

Should I allow ssh for all ip or is there any way to allow it only for internal vpc instances?

rkooo567 commented 4 years ago

cc @allenyin55