#Fargate

2 posts

AWS in Practice #1: Deploying FastAPI/Django to ECS Fargate
10 min read

AWS in Practice #1: Deploying FastAPI/Django to ECS Fargate

Push a container image to ECR, write a Task Definition, and stand it up as an ECS Fargate Service behind an ALB — the full flow of putting a small blog API into production, in a single post.

AWS Advanced #1: ECS and Fargate — Container Deployment
13 min read

AWS Advanced #1: ECS and Fargate — Container Deployment

ECS and where it fits (vs EKS), the four pieces (Cluster / Service / Task / Task Definition), EC2 launch type vs Fargate, hooking up ALB / VPC, and your first container deployment — how to put a container on AWS, end to end.