Develop Spring boot REST API in AWS - PART 4/4 (CodePipeline / CI CD)

This is the last video (part4) in this demo series. We will demonstrate how to create the whole CICD pipeline in this tutorial video.

It involves the following steps:

(1) Create CodePipeline

(2) Add build stage to pipeline
(3) Add deploy stage to pipeline
(4) Add manual approval step to pipeline

Comments

Elvis Papa said…
Hi Boris,

thank you for your tutorial. I have been following your steps in your tutorial and I have setup my AWS code pipeline for my project but the problem is that when my pipeline runs the Deployment stage is getting stuck in the install phase and after a lot of minutes times out. Any idea what can go wrong ?
Please find a screenshot with the failed step here: https://ibb.co/Pc784nj

Sincerely,
Elvis

Popular posts from this blog

Sample Apps: Spring data MongoDB and JSF Integration tutorial (PART 1)

Customizing Spring Data JPA Repository

Adding Hibernate Entity Level Filtering feature to Spring Data JPA Repository