Go back

Setup and installation of 'Build AI Agents with CrewAI' on AWS

  1. 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)

  2. 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.

/img/aws/ethereum-fullnode/putty-01.png

/img/aws/ethereum-fullnode/putty-02.png

  1. login as ubuntu. /img/aws/kali-linux-in-browser/ssh-login.png

  2. run below command to set the ubuntu user password.

sudo passwd ubuntu
  1. Once ubuntu user password is set, open your local browser and enter https://publi_ip_of_vm to login to jupyterhub.

/img/aws/crewai-vm/jupyterhub.png

  1. To access CrewAI Studio , open your local browser and enter https://public_ip_of_vm/crewai-studio.

/img/aws/crewai-vm/crewai-studio.png

Go back