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)
- Invoke Python ML Models from Other Applications – Examples - September 18, 2024
- Principal Component Analysis (PCA) & Feature Extraction – Examples - September 17, 2024
- Content-based Recommender System: Python Example - September 17, 2024
Leave a Reply