DEV Community

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

Posted on

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)