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.
Top comments (0)