Day 53: CI/CD pipeline on AWS - Part 4 π β
On your journey of making a CI/CD pipeline on AWS with these tools, you completed AWS CodeCommit, CodeBuild & CodeDeploy.
Let's do hands-on AWS CodePipeline --->
What is CodePipeline?
CodePipeline builds, tests, and deploys your code every time there is a code change, based on the release process models you define. Think of it as a CI/CD Pipeline service
Task-01 :
Build a project to get source code from the GitHub repo and store build artifacts on S3.
- Create a CodePipeline that gets the code from CodeCommit, Builds the code using CodeBuild and deploys it to a Deployment Group.
Now let's commit to the GitHub source code to trigger the pipeline
This is how AWS CodePipeline Works!
Happy Learning :)
Day 53 task is complete!
90DaysOfDevOps Tasksπ
Β