For complete instructions visit the medium article.
- Installs bzip2, gcc, git, htop, screen, vim, and wget on cloud instance.
- Downloads and installs Miniconda.
- Adds conda to PATH variable.
- Imports "python-aws" virtual enviroment.
Conda virtual enviroment with
- pandas
- numpy
- matplotlib
- ipython
- jupyter notebook
To copy files to AWS cloud instance use :
scp -i <aws-key-pair> python-aws.sh [email protected]:~/
scp -i <aws-key-pair> python-aws.yml [email protected]:~/
Add execution permission to bash scipt :
chmod +x python-aws.sh
To download files from AWS :
scp -i <aws-key-pair> [email protected]:<path-to-file> <destination>