DEV Community

Cover image for AWS CodeBuild & CodePipeline | How To Build CICD Pipeline on AWS
Techtter
Techtter

Posted on

2

AWS CodeBuild & CodePipeline | How To Build CICD Pipeline on AWS

AWS CodeBuild & CodePipeline are the basic services from AWS Cloud platform that can help you in building CICD Pipeline for your application. In the following it was explained how to automate the continuous integration and continuous delivery using these 2 services and deploy the application on AWS Elastic Beanstalk.

This video shows how to

  • Build a simple REST API with Spring Boot frameowrk
  • Push the code to a new Github repository
  • Create CodePipeline and CodeBuild projects
  • Pull the code from Github with CodePipeline by connecting Github with Github hook.
  • Finally automate the deployment of Spring Boot application on Elastic Beanstalk environment.

Check out the following video.

https://youtu.be/g7b2t7LlVKc

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay