Last active
June 9, 2021 14:36
-
-
Save thibaut-d/98ef6c3a9346214ebfb931309d201c1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Connect with a local AWS key | |
ssh -i "keyname.pem" [email protected] | |
# Switch terminal with F2 | |
byobu | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment