How to run tensorboard from local to visualize remote job logs?

Hi all,

I created a ray cluster on AWS and was able to submit ray training and tuning jobs and run properly. The logs of these jobs are under ~/ray_results folder in the head node of the cluster. My question is how to run a tensorboard from my local machine to visualize the remote logs? Do I need to do ssh tunneling or copy the logs back to local folder? Thanks.