Example project provisioning a multi-tier environment (VPC, EC2, RDS) using Terraform and configuring it with Ansible.
Region: eu-west-1 Author: devopsbydhairyashil
Internet
|
+-------+ +-------------+
| ALB | ---> | EC2 App |
+-------+ +-------------+
|
v
+--------+
| RDS |
+--------+
terraform/- basic VPC + EC2 + RDS example (variables provided)ansible/- playbook to install app & dependencies on EC2app/- simple Flask app and Dockerfile (optional).env.example,README.md,LICENSE
- Terraform files are examples; running them will create real AWS resources.
- Use a separate AWS account or understand cost implications before apply.