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

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

ยท

1 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.

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

Stages:

Output:

Thank you for reading!! Hope you find this helpful.

#day53challenge#90daysofdevops

Always open for suggestions..!!

Thankyou Shubham Londhe !!

ย