0

I am following this guide https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-console.html to connect to my Neptune database but as mentioned in step 7 to configure Neptune endpoint hosts: [your-neptune-endpoint], I was unable to connect using the cluster or reader endpoint enter image description here

and unsure on what exactly is the Neptune instance endpoint. Can someone help me out?

Sundeep Pidugu
  • 2,377
  • 2
  • 21
  • 43
  • Wherever you are running the Gremlin Console from has to have access to the VPC that Neptune is in. How were you trying to connect to Neptune and where were you connecting from (EC2, laptop, another VPC, etc.) ? Also A simple way to check the connectivity is to try `curl https://:8182/status` – Kelvin Lawrence Oct 22 '20 at 13:51
  • What exactly is the `` which are referring to? – Sundeep Pidugu Oct 23 '20 at 03:11
  • The cluster endpoint or the reader endpoint. Make sure to use HTTPS and include the port number (8182 is the default unless you changed it to something else). – Kelvin Lawrence Oct 23 '20 at 13:25

0 Answers0