Skip to content

Instantly share code, notes, and snippets.

@titipata
Created January 20, 2015 18:22
Show Gist options
  • Save titipata/d6bbd77adcc60e596dd9 to your computer and use it in GitHub Desktop.
Save titipata/d6bbd77adcc60e596dd9 to your computer and use it in GitHub Desktop.
Quick note on amazon

Amazon EC2 Access

To access amazon ec2 cluster, if the cluster is ubuntu simply type:

ssh -i <path_to_keypair.pem> ubuntu@<ip>

To start ipython notebook

ipython notebok --no-browser --ip=*

And don't forget to add ip (with all TCP) on the account setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment