This article enlists the key steps that would be required to create a continuous delivery setup for pushing cloud-native app (microservices with Docker containers) on AWS Cloud platform. Each of the points listed below will be detailed in separate blogs.
- Setup Jenkins with Git
- Setup Springboot microservices within Docker container
- Integrate Jenkins with AWS EC2 Container Registry (ECR)
- Setup AWS EC2 Container Service (ECS)
- Setup ECS Cluster with one EC2 instance
- Create ECS with a task definition and ELB (Elastic Load Balancer)
- Setup
- Setup a Web app using microservices
Following apps/tools will be used to achieve above objective:
- Jenkins
- Git
- Springboot microservices
- Docker Containers
- AWSÂ cloud services such as ECR, ECS, ECS Cluster, EC2, ELB etc.
- A sample web app invoking microservices
Latest posts by Ajitesh Kumar (see all)
- Coefficient of Variation in Regression Modelling: Example - November 9, 2025
- Chunking Strategies for RAG with Examples - November 2, 2025
- RAG Pipeline: 6 Steps for Creating Naive RAG App - November 1, 2025
I found it very helpful. However the differences are not too understandable for me