Hi guys,
I’m following the AWS Installation tutorial here for Mac: Installation Tutorial for Cloud.
Issue: I cannot open the Jupyter notebook at end using the IP address supplied by the EC2 instance (yes I tried typing https:// in front of IP too).
Have tried:
I have no problem installing docker locally, or creating an example EC2 instance w/ IAM credentials.
At the end, however, I cannot connect to the IP address I received after doing:
$ docker-machine ip quantrocket (gives some EXAMPLE_IP_ADDRESS to EC2 instance).
Things I did that differ from tutorial:
- --amazonec2-region us-west-1 (rather than us-east-1)
- $ echo 'export HOUSTON_DOMAIN=EXAMPLE_IP_ADDRESS' >> ~/.profile
- I also tried not declaring HOUSTON_DOMAIN as I didn't have a custom Domain (I tried this after tearing down the EC2 instance and starting over).
I feel like I'm making some mistake by not adding a correct port to the HOUSTON_DOMAIN environment variable, or by suppling this var incorrectly as I don't have a custom domain.
During the second attempt of tutorial, from the ground up, I received a warning after $ docker-compose -p quantrocket up -d:
WARNING: Connection pool is full, discarding connection: EXAMPLE_IP_ADDRESS.
I have restarted the process by deleting the EC2 instances and using:
$ docker-machine rm quantrocket
Thanks for your help.