1 Answer
- Newest
- Most votes
- Most comments
0
Hi, Thanks for writing to re:Post.
I Understand that you want help in connecting Notebook to Internet.
- To enable access to internet via the notebook, you will need to check if there is a security group named 'ElasticMapReduceEditors-Editor' or else create new security group for 'ElasticMapReduceEditors-Editor' with the following ingress and egress : [1] =========================== Inbound: None
Outbound: Allow the notebook to route traffic to the internet via the cluster, as the following example demonstrates:
Type Protocol PortRange Destination Custom TCP rule TCP 18888 SG- HTTPS TCP 443 0.0.0.0/0
This should help in connection to the Internet through your notebook.
I hope you find this information helpful.
Thank you and have a good rest of your day!
[1] https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-managed-notebooks-security-groups.html
Relevant content
- asked a year ago
- asked 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 6 months ago
Hi Mudasser, Thanks for the tips. I did follow the steps to setup security groups to allow inbound and outbound traffic, but it didn't work. In our environment the Internet Router is not enabled and internet traffic is routed through http proxy server. If I set the http_proxy environment variable on the EMR host then I can connect to internet via proxy without any issues, however the EMR Notebook is not able to connect to internet through http_proxy. There might be some configuration for notebook to use http_proxy environment variable that I am unable to figure it out.