Showcase
Status: Completed

AWS Simple CI/CD Practice

A practice project demonstrating a fully automated CI/CD pipeline using AWS services for deploying a static website.

Infrastructure Overview

This project focuses on setting up a DevOps pipeline that automatically builds and deploys code changes from GitHub to an Amazon S3 bucket.

📦 Amazon S3

Highly available and scalable object storage hosting the static website files.

🚀 AWS CodePipeline

Orchestrates the entire workflow from source control to deployment.

🛠️ AWS CodeBuild

Automates the build process, ensuring code is properly packaged before deployment.

🔗 GitHub Integration

Seamless connection to source code, triggering the pipeline on every commit.

Pipeline & Deployment Gallery

Visual walk-through of the AWS CI/CD pipeline, from GitHub commits to successful deployment in S3.