elk-cluster

Elasticsearch Cluster provisioned with Terraform and Ansible

MIT License

Stars
8
Committers
1

Architecture

Production ready elasticsearch cluster provisioned with Terraform and Ansible on AWS Cloud

Homepage

Install

cd terraform; terraform init

Usage

  • Edit terraform/variables.tf and edit some configs like instance type, IP's whitelists, etc

  • Apply Terraform to create infraestrutucture on AWS

terraform apply
  • Run ansible playbook to configure cluster components
ansible-playbook playbooks/cluster.yml

Author

Matheus Fidelis

Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a if this project helped you!

License

Copyright 2019 Matheus Fidelis. This project is MIT licensed.


This README was generated with by readme-md-generator

Related Projects