Posts

Showing posts with the label CodeBuild

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

Image
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.

Develop Spring boot REST API in AWS - PART 2/4 (ECS Cluster)

Image
In this video tutorial (part2), we continue to explore developing spring boot REST API on AWS. We will focus on ECS in this part. It involves the following steps: (1) AWS ECS Basic  (2) ECS Cluster demo (3) ECS Task Definition demo (4) ECS Service demo Thank for watching! In the next part, I will discuss the CodeDeploy. Source Code: https://github.com/babysteps-topro/aws-springboot-pipeline1.git

Develop Spring boot REST API in AWS - PART 1/4 (CodeBuild + ECR)

Image
This is a demo (part 1) of developing spring boot REST API in AWS. It involves the following steps:   (1) Coding of Spring Boot REST API.   (2) Creating Repository in AWS ECR.   (3) Building with AWS CodeBuild.   (4) Pushing docker image to AWS ECR.    In the next part, I will discuss about ECS cluster, ECS service and ECS task. Source Code: https://github.com/babysteps-topro/aws-springboot-pipeline1.git