Code Monkey home page Code Monkey logo

terraform-neptune-gremlin's Introduction

Terraform: AWS Neptune Gremlin Setup

Warning:

This Neptune Terraform is a bare bones setup. Your Neptune instance will be internet facing, and anybody will be able to access it. For more detailed instructions on how to set up iam authentication please visit: AWS iam-auth.

AWS CLI

  1. Install the AWS CLI in order for you to log into AWS through the terminal:
$ pip3 install awscli --upgrade --user
  1. Log into AWS using the AWS CLI

Terraform

  1. Install Terraform using following instructions

  2. vars.tf contains variables that are needed for your Neptune instance. Fill in these variables with the values associated with your AWS account.

  3. Run $ terraform plan, to make sure all resources are created correctly

  4. Run $ terraform apply

Gremlin

  1. Go to the AWS console -> EC2 -> Running instances.

  2. Select your instance

  3. Add a PEM file to your ~/.aws directory that matches you key pair name on your EC2 instance.
    Ex. your_instance_key_pair_name.pem
    PEM file example content:

-----BEGIN RSA PRIVATE KEY-----
123456qwert23456rtyu234567891234
1234asd123456asd12i4fgh4567hj567
-----END RSA PRIVATE KEY-----
  1. Click on the connect button above the instance console, and follow the commands given to ssh into the instance.

  2. Once SSH'd into your EC2 instance go through the following AWS instructions to finalize the Gremlin installation.

Extra:

AWS provides instructions to connect to your Neptune DB instance in different ways found here

terraform-neptune-gremlin's People

Contributors

audricganser avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

shinroo

terraform-neptune-gremlin's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.