Develop Spring boot REST API in AWS - PART 3/4 (CodeDeploy / Blue Green Deployment)

In this video tutorial (part3), I have demonstrate the blue/green deployment of  the Spring boot REST API. 

I will show you the the following steps in the demonstration:

(1) 02:12 Create IAM role (2) 04:07 Create an Application Load Balancer (3) 07:27 Create Security Group For ECS cluster (4) 09:09 Create ECS cluster (5) 11:24 Create Task Definition (6) 14:00 Create ECS Service (7) 17:53 Create CodeDeploy


In the next part, I will demonstrate the whole CI/CD pipeline.

Comments

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