I’ve prepared a small example on setting up AWS Neptune with Terraform at github.com. I might post a complete guide in the future, for now, just a bunch of bullet points for using AWS Neptune with that example: The AWS Neptune instance will be launched into some VPC (of course) You can’t access AWS Neptune from your computer, even if the VPC has an internet gateway enabled OR you have some kind of tunnel. You have to use an EC2 Instance in that VPC (AWS docu), which is what the Terraform example sets up. You’ll have to use a key […]