Skip to content

Setting up Graylog on an AWS EC2 instance using Terraform and Docker Compose

Notifications You must be signed in to change notification settings

oguzzarci/terraform-dockercompose-graylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up Graylog on an AWS EC2 instance using Terraform and Docker Compose

Quick and easy setup for your test environment.


Usage

  1. You should first change the vpc_id and the public_subnet_id(vars.tf)
  2. terraform plan
  3. terraform apply

Outputs


Screenshots





Notes

graylog_password force delete

aws secretsmanager delete-secret \     
--secret-id graylog_password \
--force-delete-without-recovery

About

Setting up Graylog on an AWS EC2 instance using Terraform and Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages