Showcase
Status: Completed

AWS ECS Fargate CI/CD

A containerized web application deployed using Amazon ECS with AWS Fargate, integrated with a full CI/CD pipeline using AWS CodePipeline and AWS CodeBuild.

Infrastructure Overview

This project demonstrates a serverless container orchestration strategy that automates the deployment of a React application through a robust CI/CD lifecycle.

⚛️ ECS Fargate

Serverless compute engine for containers that eliminates the need to manage EC2 instances or clusters.

🚀 CodePipeline

Automated orchestration hub coordinating the flow from source code to production deployment.

🏗️ CodeBuild

Fully managed build service that compiles source code, runs tests, and produces Docker images.

⚖️ Elastic Load Balancing

Automatically distributes incoming application traffic across multiple targets in a secure VPC.

Process Visual Walkthrough