This project is my automated Infrastructure as Code (IaC) laboratory. It uses a GitOps workflow to provision secure AWS resources automatically whenever I update my blueprints.
- Infrastructure: AWS (Amazon Web Services)
- Orchestration: HCP Terraform
- Version Control: GitHub
- Code: Define infrastructure (VPC, S3, Security Groups) in
main.tf. - Commit: Push changes to GitHub.
- Plan: HCP Terraform automatically triggers a "Plan" to preview changes.
- Apply: After manual approval, the "Muscle" (AWS) builds the resources.
- VPC: Custom virtual network for isolated security.
- S3 Bucket: Secure cloud storage with a unique global namespace.