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.
- Host: GitHub
- URL: https://github.com/tethik/terraform-aws-minecraft
- Owner: Tethik
- License: gpl-3.0
- Created: 2018-02-03T23:01:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T23:07:35.000Z (over 7 years ago)
- Last Synced: 2025-02-13T18:37:38.960Z (over 1 year ago)
- Topics: aws, minecraft, terraform
- Language: HCL
- Size: 24.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```