Capstone Project
Description Create a CI/CD Pipeline to convert the legacy development process to a DevOps process.
IMPLEMENTATION REQUIREMENTS:
- Install and configure the Jenkins architecture on AWS instance
- Use the required plugins to run the build creation on a containerized platform
- Create and run the Docker image which will have the application artifacts
- Execute the automated tests on the created build
- Create your private repository and push the Docker image into the repository
- Expose the application on the respective ports so that the user can access the deployed application
- Remove container stack after completing the job
TOOLS TO BE USED:
- EC2
- Jenkins
- Docker
- Git