dgraph icon indicating copy to clipboard operation
dgraph copied to clipboard

Terraform script for running Dgraph on AWS

Open hackintoshrao opened this issue 6 years ago • 3 comments

  • Terraform script for single node deployment.
  • Added instructions in Readme.md.
  • Tf.variable with the default configuration added.

This change is Reviewable

hackintoshrao avatar Mar 25 '19 11:03 hackintoshrao

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Mar 25 '19 11:03 CLAassistant

Reviewable status: 0 of 8 files reviewed, 1 unresolved discussion (waiting on @hackintoshrao)

contrib/config/terraform/aws/standalone/main.tf, line 14 at r1 (raw file):

  # This EC2 Instance has a public IP and will be accessible directly from the public Internet
  associate_public_ip_address = true

IMO this shouldn't be public. Accessing Dgraph instances should be left to the user using their VPC configuration.

Sure, I'll leave the default to false.

hackintoshrao avatar Mar 26 '19 17:03 hackintoshrao

I'd be interested in building a Terraform example for GKE! @hackintoshrao Nice job on your example!

dihmeetree avatar May 27 '19 04:05 dihmeetree

We will close this PR because of its age, however we will be referencing this PR when we start work on CD steps. There is a lot of cleanup currently happening around CI steps, and when we get to CD we will address Terraform, Helm, and Docker.

joshua-goldstein avatar Sep 06 '22 18:09 joshua-goldstein