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)

Billboard image

Try REST API Generation for MS SQL Server.

DevOps for Private APIs. With DreamFactory API Generation, you get:

  • Auto-generated live APIs mapped from database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

πŸ‘‹ Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay