AWS Code Pipeline - CI/CD Series Part 4

 

AWS CodePipeline is a continuous delivery service provided by Amazon Web Services (AWS) that helps you automate the software release process for your applications.

With AWS CodePipeline, you can model, visualize, and automate the different stages of your software delivery process, from building and testing to deploying and monitoring. It enables you to rapidly and reliably deliver features and updates to your customers while reducing the risk of errors and downtime.

Code Pipeline = Code Commit + Code Build + Code Deploy 

Start with creating a pipeline.



Pipeline settings.



I am selecting the version as "v1" and creating a new service role.



Updating the pipeline with AWS Code Commit.


Updating with AWS Code Build.



Updating with AWS Code Deploy.



Now, the code pipeline will automatically start the process of continuous deployment.






Whenever you make changes to the code under "AWS Code Commit", the AWS Code Pipeline will detect the change the run the deployment process automatically.








Comments

Popular posts from this blog

SRE/DevOps Syllabus

AWS Code Commit - CI/CD Series Part 1

Docker - Preventing IP overlapping