Skip to content

admintome/terraform-aws-elk

Repository files navigation

AWS ELK Terraform module

This is a Terraform module that will provision an ELK (Elasticsearch, Logstash, and Kibana) server on an AWS EC2 instance.

Usage

module "elk" {
  source = "admintome/elk/aws"

  key = "dev"
  private_key = "${file("~/.ssh/id_rsa")}"
}

Author

Module managed by AdminTome Git Repos for AdminTome

License

Apache 2 Licensed. See LICENSE for full details.

About

Terraform module to deploy an Elasticsearch, Logstash, and Kibana server to AWS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published