On the EC2 Console page, instance is up and running. To connect to this instance through putty, copy the IPv4 Public IP Address
(refer Putty Guide for details on how to connect using putty/ssh)
Open putty, paste the IP address and browse your private key you downloaded while deploying the VM, by going to SSH->Auth->Credentials, click on Open.
login as ubuntu.
Set the password of Ubuntu user using
sudo passwd ubuntu
Open Remote Desktop client from your Windows machine (or Remmina if you are on Linux system), copy paste the public ip of the VM. Login with same “ubuntu” user and password set in above step.
To access the Milvus WebUI, open the Firefox browser from your RDP session as explained in above step 5. enter the URL as http://localhost:9091/webui/
To access the jupyterhub in your local browser (not in RDP), copy paste the public IP of the VM as “https://public_ip_of_vm”. Login with same “ubuntu” user and its password.