I've successfully setup an instance in AWS EC2 and run jupyter notebook. I then tried to access it from my local machine using the public domain, such as https://ec2-18-217-220-13.us-east-2.compute.amazonaws.com:8888/ but I get a message "PermissionError: [Errno 13] Permission denied" from my EC2 server screen. What is wrong? FYI I've followed this setup guide:
https://chrisalbon.com/aws/basics/run_project_jupyter_on_amazon_ec2/
Thank you