Deploying Django on ECS and ECR

Today we’re going to see how to deploy a Django app on ECS using ECR. What’s ECR and ECS ? ECR or Elastic Container Register is place to store and manage Docker images. If you’re familiar with Docker you must have heard of Dockerhub, ECR is same as that just for AWS. The Docker images in ECR are used by ECS. ECS or Elastic Container Service is a container management service for AWS....

August 18, 2022 · 6 min · Ashish Gaur