├── LICENSE ├── README.md ├── diagrams ├── aws-1-instance.png └── aws-3-instance-cluster.png ├── iam.tf ├── instances.tf ├── keys.tf ├── loadbalancer.tf ├── neo4j.tftpl ├── network.tf ├── outputs.tf ├── security.tf └── variables.tf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/README.md -------------------------------------------------------------------------------- /diagrams/aws-1-instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/diagrams/aws-1-instance.png -------------------------------------------------------------------------------- /diagrams/aws-3-instance-cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/diagrams/aws-3-instance-cluster.png -------------------------------------------------------------------------------- /iam.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/iam.tf -------------------------------------------------------------------------------- /instances.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/instances.tf -------------------------------------------------------------------------------- /keys.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/keys.tf -------------------------------------------------------------------------------- /loadbalancer.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/loadbalancer.tf -------------------------------------------------------------------------------- /neo4j.tftpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/neo4j.tftpl -------------------------------------------------------------------------------- /network.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/network.tf -------------------------------------------------------------------------------- /outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/outputs.tf -------------------------------------------------------------------------------- /security.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/security.tf -------------------------------------------------------------------------------- /variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neo4j-partners/neo4j-aws-terraform/HEAD/variables.tf --------------------------------------------------------------------------------