Skip to main content

Command Palette

Search for a command to run...

Day53 ----> 90DaysOfDevOps Challenge @TWS

Published
β€’2 min read
Day53 ----> 90DaysOfDevOps Challenge @TWS
C

Aspiring DevOps Engineer, Certified AWS Solutions Architect - Associate

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.

image

image

image

image

image

image

image

image

image

image

image

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

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

  • Now let's commit to the GitHub source code to trigger the pipeline

image

image

image

image

image

image

image

image

image

image

This is how AWS CodePipeline Works!

Happy Learning :)

Day 53 task is complete!

90DaysOfDevOps TasksπŸ‘‡

github.com/Chaitannyaa/90DaysOfDevOps.git

Chaitannyaa Gaikwad | LinkedIn

S

Good to see

1
C

Thank you Sandip Kumar Glad to know that you found it useful.

More from this blog

90DaysOfDevOpsChallenge-team

81 posts