This recipe will cover all the prerequisites and workflow of the pipeline that we will be implementing.
CI/CD pipeline workflow
Getting ready
To that end, we’re going to use:
- AWS CodeCommit as application Git repository to automate the code push process
- AWS S3 as an artifact storage tool
- AWS Auto Scaling
- AWS CodeDeploy as the CD tool
- Jenkins as the CI tool
How to do it...
Now, let’s walk through the flow, how it’s going to work, and what the advantages are before we implement it all. When a new code is pushed to a particular GIT repository/AWS CodeCommit...