Day 53 - CI/CD pipeline on AWS(Part 4)

Day 53 - CI/CD pipeline on AWS(Part 4)

Day 53 of 90daysofdevops

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 1

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.

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

  • Provide the Pipeline name and let the service role default.

  • Select the source provider, repository name, branch and detection options.

  • Select build provider and click on Next.

  • Select deploy provider and click on Next.

  • Review the configuration and click on 'Create pipeline'.

  • Successfully created a CodePipeline that automates the deployment process.

  • I have changed my index.html file and committed it to the CodeCommit repository.

  • The pipeline has automatically picked up the code from the repository, build and deployed it on the server.

  • Now check the browser again.

Thank you for reading!!
~Shreya Gupta

Great initiative by the #trainwithshubham community. Thank you Shubham Londhe

#devops #90daysofdevops #aws #iam #awsprojects #cicd