Develop Spring boot REST API in AWS - PART 1/4 (CodeBuild + ECR)
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.