Deploy Python FastAPI into ECS

Опубликовано: 25 Июнь 2026
на канале: Computing Power
11,984
208

In this video, we will deploy a Python FastAPI project into AWS Elastic Container Service using Docker. We're also going to create a Load Balancer with a custom domain and HTTPS to setup the URL for our service.
The ECS service was created using Fargate and Serverless.


0:00 - Introduction
1:41 - Steps to deploy a project into ECS
03:32 - Python code + Dockerfile
06:15 - Setup ECR repository + image
08:07 - Setup ECS Cluster
09:43 - Create Task definition
15:00 - Create ECS Service
19:30 - Setup Custom domain on Route53
22:05 - Conclusion