Continuous Integration and Continuous Delivery (CI/CD) methodologies revolutionize software development by automating the build, test, and deployment phases, leading to rapid and reliable software releases. This project details a comprehensive implementation of a CI/CD pipeline leveraging Jenkins integrated with AWS (Amazon Web Services). Jenkins acts as an automation server, orchestrating source code integration from GitHub, automated builds with Docker, extensive testing, and seamless deployments onto AWS infrastructure including EC2, S3, and Elastic Beanstalk. By implementing this pipeline, the project demonstrates enhanced software quality, minimized deployment risks, reduced downtime, and increased efficiency and scalability in software delivery processes.