I\'m trying to serve a Jupyter notebook from EC2 but I\'m getting an SSL error. I\'m using this AMI: TensorFlow GPU - @nottombrown (ami-8ed4d0e4). I used a self
TensorFlow GPU - @nottombrown (ami-8ed4d0e4)
This error comes because to two reasons:
$ mkdir certs $ cd certs $ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mycert.pem -out mycert.pem
Wrong http(s) call.
https://ec2-ip:8888 | use https
https://ec2-ip:8888
To get ec2-ip curl http://checkip.amazonaws.com
curl http://checkip.amazonaws.com