An open API service indexing awesome lists of open source software.

https://github.com/tethik/terraform-aws-minecraft

Terraform scripts to launch an on-demand minecraft server.
https://github.com/tethik/terraform-aws-minecraft

aws minecraft terraform

Last synced: about 2 months ago
JSON representation

Terraform scripts to launch an on-demand minecraft server.

Awesome Lists containing this project

README

          

# terraform-aws-minecraft

⚠️ Work in progress! Beware! Read through the configurations before you attempt to use this. You've been warned. ⚠️

Terraform and packer script to launch an on-demand minecraft server using aws.

The terraform configs will launch an ec2 instance that can be turned on or off. An s3 bucket is created
for long term storage of the server files.

To launch a server setup:

```
terraform apply
```

To destroy everything (including backup):

```
terraform destroy
```