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