I have an EMR cluster running and I'm trying to link the notebook to github.
I have:
- Added AWS secret access to the EMR role (this was my first error)
- Added outbound HTTPS/443 to all EMR security groups
Attempted to link the notebook to a private repo with my user/pass secret, but I get the following error:
Unable to reach repository https://github.com/<my repo>. Ensure network and security groups have valid configurations. Ensure that the repository information provided is correct.
I see in the docs it talks about NAT and VPG options, both of which I do not have. Is that needed? The docs are really light on details/configuration.
https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-managed-notebooks-git-considerations.html
Any help is appreciated.