Scalable Web Application Deployment : From GitHub to AWS ECR , ECS with Load Balancing and Auto-Scaling
In this project we will deloy a scalable flask app on AWS ECS (Fargate) with the help of AWS ECR which is a container image registry.
Flow of the Project
We will clone a repo from github -> Build a docker image for the app -> Create AWS ECR after con...