elk

admintome/elk/aws

Terraform Module HCL AWS

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

Install
module "elk" {
source = "admintome/elk/aws"
version = "0.2.0"
}
⭐ Source on GitHub 📦 Registry page
README

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 License Apache 2 Licensed. See LICENSE for full details.

Inputs (2)
NameTypeDescriptionDefault
keyanyName of the AWS Key Pair to associate with the ELK instance. required
private_keyanyPath to the local SSH private key file associated with the AWS Key Pair. required
Outputs (1)
kibana_url — URL to your ELK server's Kibana web page
Resources (3)
aws_eipaws_instanceaws_security_group
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud AWS
★ Stars13
Forks22
Total downloads7.3k
Inputs2
Outputs1
Resources3
LicenseNOASSERTION
Namespaceadmintome
Updated