Deploy ALB with ECS using Django

In this blog we’re going to deploy an ALB(Application Load Balancer) with ECS. Before creating an ALB follow this blog to create an ECS cluster with a sample Django app deployed to it. To use an ALB over our ECS cluster we’ll follow these steps: Create a Target Group. Create an ALB. Use the target group in the ALB. Create a service in our ECS cluster. Then attach the ALB in our ECS service....

August 26, 2022 · 3 min · Ashish Gaur

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