Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thibaut-d/98ef6c3a9346214ebfb931309d201c1b to your computer and use it in GitHub Desktop.
Save thibaut-d/98ef6c3a9346214ebfb931309d201c1b to your computer and use it in GitHub Desktop.
sudo apt-get update -y
sudo apt-get install -y python3-pip git-all awscli
sudo pip3 install flask jupyter boto3
sudo pip3 install --upgrade awscli
cd /home/ubuntu
jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root
# Connect with a local AWS key
ssh -i "keyname.pem" ubuntu@xxx.xxx.xxx.xxx
# Switch terminal with F2
byobu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment