Find the ECS and click "Get Started"

Create a custom container definition

Set you container a name

Set the ECR URI with tag latest

Open port 80 on the container

Set /bin/bash,/app/docker/web_entrypoint.sh as an entry point.

Edit your task definition

Change the task definition name.

Set proper resources for the web worker.

Click Edit on your service.

Set service name.

Set Application Load Balancer

Set cluster name

Wait until everything is created.

Django ECS - Create ECS Cluster

By Hack Bulgaria

Django ECS - Create ECS Cluster

  • 826