I've created a new Neptune DB cluster from my console, for me to connect to the endpoint I made use of the instance endpoint given it's of the form d-1.cluster-xxxxxx.eu-west-1.neptune.amazonaws.com
. I also created a new IAM user with ALLAdminstrative access and made use of the access key and secret key in establishing connection.
Whenever I try to hit the endpoint from my local I get a 500 connect ETIMEDOUT 1x2.x1.x0.xxx:8182
error.
How do I connect to the NeptuneDB as appropriate? (I'm building my app in NodeJS)
P.S: I'm new to using AWS and its console.
I tried connecting to a new AWS NeptuneDB Cluser from my local but I'm getting a connect ETIMEDOUT 1x2.x1.x0.xxx:8182
errror