Setup and installation of 'Open Notebook - The AI Podcast creator' on AWS
-
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, click on Open.


-
login as ubuntu.

-
run below command to connect to set the ubuntu user password.
- Now the password for ubuntu user is set, you can connect to the VM’s desktop environment from any local Windows Machine using RDP protocol or Linux Machine using Remmina.
From your local windows machine, goto “start” menu, in the search box type and select “Remote desktop connection”. In the “Remote Desktop connection” wizard, copy the public IP address and click connect

- This will connect you to the VM’s desktop environment. Provide the username “ubuntu” and the password set in the above “Reset password” step to authenticate. Click OK

- Now you are connected to the VM’s desktop environment via Windows Machine.

- The vm will generate a random password to login to Open Notebook Web Interface. To get the password run below command from ssh terminal
cat /home/ubuntu/open-notebook-local/open_notebook_credentials.txt
- Now copy paste the public Ip of the VM in your local browser as https://public_ip_of_vm. Please make sure to use HTTPS and note HTTP. Provide the password you received in above step and login to the web interface.

