# AWS ECS CI/CD Pipeline with Terraform, Ansible & Jenkins
A complete CI/CD pipeline for deploying microservices to AWS ECS using infrastructure as code and configuration management.
## 🚀 Overview
This project implements an end-to-end CI/CD pipeline that automates the build, test, and deployment of microservices to AWS ECS. The pipeline leverages DevOps best practices to create a reproducible, scalable deployment solution optimized for AWS Free Tier.
## 🛠️ Technology Stack
- **Terraform** - Provisions all AWS infrastructure
- **Ansible** - Configures EC2 instances with Docker and ECS agent
- **Jenkins** - Orchestrates the entire CI/CD workflow