Instructions
Follow these simple instructions to deploy the product
- Use SSH command to login to EC2 Instance
ssh -i ~/.ssh/<your ssh key> ubuntu@<your ec2 instance url>
- Set Jupyer notebook password by using command below
jupyter notebook password
- Start the Jupyter Notebook
nohup jupyter notebook &
- Login to Jupyter notebook via Web browser https://<your ec2 instance url>:8888/
- Make sure to change appropriate S3 bucket in the notebook and run Cells.
- Application code for Video transcription coding template is uploaded to your S3 bucket
- Use the Instructions provided in AWS Blog to build custom template workflow