terraform-aws-redpanda-cluster

Build status

This Terraform module will deploy VMs on AWS EC2, with a security group which allows inbound traffic on ports used by Redpanda and monitoring tools. Once deployed, you can use our Ansible collection to build a Redpanda Cluster.

More information about building a Redpanda cluster can be viewed on our docs page.

Examples

Examples can be found in the examples directory.

Test

Testing is done by running terraform apply in each of the example directories and verifying that a green apply has occurred. In addition the deployment-automation repo uses this module to build Redpanda clusters.