Connect to the Varada Cluster via SSH
When you Spin Up a Varada Cluster, you can select one of the SSH keys available in your AWS account to allow SSH connections to the cluster.
Run the following command to connect to any of the nodes in the Varada cluster via SSH:
ssh -i <path to your key file> [email protected]
where path to your key file
is the path to the SSH key you selected during spinup.
Updated 12 months ago