This project automates the deployment and management of cloud infrastructure using Terraform and Ansible. It helps you quickly set up, configure, and monitor resources on AWS, making cloud operations simple and repeatable for teams and individuals.
This repository contains scripts and configurations to automate cloud infrastructure setup using Terraform and Ansible.
- Automated provisioning with Terraform
- Configuration management using Ansible
- Monitoring setup for AWS resources
- Clone the repository.
- Edit variables in
terraform/terraform.tfvarsas needed. - Run
deploy.shto set up infrastructure. - Use
ansible/playbook.ymlfor server configuration.
terraform/– Infrastructure as Code (IaC) scriptsansible/– Configuration managementscripts/– Helper scriptsmonitoring/– Monitoring setup
- Terraform
- Ansible
- AWS CLI
MIT
Feel free to contribute or raise issues!