Back to Projects
Automated Minecraft Server Deployment
Infrastructure as Code (IaC) and configuration management project utilizing Terraform and Ansible to automatically provision, harden, and manage AWS EC2 game servers.
DevOps & Infrastructure Design
This project demonstrates cloud automation best practices. Terraform scripts define VPC networking, security groups, subnets, and EC2 compute instances on AWS with idempotent declarations.
Once provisioned, Ansible playbooks handle OS configuration, automated Java runtime dependencies, systemd daemon configuration, firewall rules, and automated backup routines with zero manual console intervention.
Technologies Used
TerraformAnsibleAWS EC2VPC & Security GroupsLinux (Ubuntu)DevOps