terraform-aws-minecraft

Terraform module for deploying a simple Minecraft on AWS

Dependencies

You also need to setup your aws credential file

Configuration

Infrastructure configration is available at variables.tf, which defines a set variables (including instance_type, volume_size etc.) for terraform.

Server specific configuration is available at master.yaml, the list of available variables are defined in this main.yml.

If you dont have an available domain name registered under aws route53 you can just comment out module route53 section in main.tf

Credit

Ansible role is developped base on ansible minecraft