Instructions

Follow these simple instructions to deploy the product

  1. Use SSH command to login to EC2 Instance
    ssh -i ~/.ssh/<your ssh key> ubuntu@<your ec2 instance url>
  2. Set Jupyer notebook password by using command below
    jupyter notebook password
  3. Start the Jupyter Notebook
    nohup jupyter notebook &
  4. Login to Jupyter notebook via Web browser https://<your ec2 instance url>:8888/
  5. Make sure to change appropriate S3 bucket in the notebook and run Cells.
  6. Use the Instructions provided in AWS Blog to build custom template workflow