Connect to Neptune on AWS from local machine

后端 未结 4 1026
轮回少年
轮回少年 2020-12-10 03:25

I am trying to connect to Neptune DB in AWS Instance from my local machine in office,like connecting RDS from office.Is it possible to connect Neptune db from local machine?

4条回答
  •  轮回少年
    2020-12-10 03:55

    As already mentioned you can't access directly outside your VPC.
    The following link describes another solution using a SSH tunnel: connecting-to-aws-neptune-from-local-environment. I find it much easier for testing and development purpose. You can create the SSH tunnel with Putty as well.

提交回复
热议问题