Adding an existing AWS instance to a ray cluster

I have an existing ray cluster with 20 aws instances (workers) running jobs in parallel.
I wonder if there’s a way to attach other instances to my cluster (instances that are already running). I.e., can I specify for the ray autoscaler which nodes should it use exactly? (for instance, by using node id or existing private IP address).
Thanks