Web Application CI/CD Automation with Jenkins, Git, and Docker

This project demonstrates how to automate the deployment pipeline of a web application using Jenkins, Git, and Docker. The final Docker image is uploaded to an Amazon EC2 instance for deployment. 🔗 GitHub Table of Contents Overview Prerequisites Setup Jenkins Configuration Git Repository Setup Docker Image Creation Continuous Integration/Continuous Deployment (CI/CD) Deploying to Amazon EC2 Contributing License Overview In this project, we aim to automate the deployment process of a web application....

2 min · Achanandhi M

CI/CD Pipeline for Web Application with Elastic Beanstalk

This repository contains the source code and configuration for a simple web application and a Continuous Integration / Continuous Deployment (CI/CD) pipeline using AWS services, including AWS CodePipeline, AWS CodeBuild, and AWS Elastic Beanstalk. 🔗 GitHub Table of Contents Overview Requirements Getting Started Prerequisites Setup Pipeline Stages Automated Testing Deployment Contributing License Output Overview The primary goal of this project is to set up a CI/CD pipeline that automates the build, test, and deployment of a simple web application to AWS Elastic Beanstalk whenever changes are pushed to the repository....

3 min · Achanandhi M