A practice project demonstrating a fully automated CI/CD pipeline using AWS services for deploying a static website.
This project focuses on setting up a DevOps pipeline that automatically builds and deploys code changes from GitHub to an Amazon S3 bucket.
Highly available and scalable object storage hosting the static website files.
Orchestrates the entire workflow from source control to deployment.
Automates the build process, ensuring code is properly packaged before deployment.
Seamless connection to source code, triggering the pipeline on every commit.
Visual walk-through of the AWS CI/CD pipeline, from GitHub commits to successful deployment in S3.
Triggering a push on the repository to initiate the automated CI/CD pipeline.
Orchestrated AWS CodePipeline flow showing Source, Build, and Deploy stages.
Detailed view of the deployment pipeline execution.
AWS CodeBuild project configuration and build history.
AWS Management Console showing the S3 buckets used for hosting.
Successfully deployed artifacts in the target S3 bucket.
Website version 1 deployment verification.
The live website hosted on S3, updated automatically through the pipeline.