Your CI/CD pipeline on AWS - Part 4 ๐Ÿš€ โ˜

Your CI/CD pipeline on AWS - Part 4 ๐Ÿš€ โ˜

This is Day 53 of #90daysofdevops challenge

ยท

2 min read

On your journey of making a CI/CD pipeline on AWS with these tools, you completed AWS CodeCommit, CodeBuild & CodeDeploy.

Finish Off in style with 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 :

-> Create a Deployment group of Ec2 Instance.

Check my Day 52 blog for the deployment group.

-> Create a CodePipeline that gets the code from CodeCommit, Builds the code using CodeBuild and deploys it to a Deployment Group.

  • Navigate to the CodePipeline section in the AWS management console.

  • Click on "Create Pipeline"

  • Give your pipeline a name and click "Next".

  • Add source provider.

  • Now add the Build stage details. Select the build provider and give the project name.

  • Add the deploy provider and select your deployment group.

  • Now, review it and click on "Create pipeline"

"Thank you for enjoying my DevOps blog! Your positive response fuels my passion to dive deeper into technology and innovation.

Stay tuned for more captivating DevOps articles, where we'll explore this dynamic field together. Follow me on Hashnode and connect on LinkedIn (https://www.linkedin.com/in/som-shanker-pandey/) for the latest updates and discussions.

Did you find this article valuable?

Support Som Pandey's blog by becoming a sponsor. Any amount is appreciated!

ย