ECR
ECS Tasks and Services
ECS with ALB and Scaling
Deployment Patterns
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is ECS — AWS container orchestration service
- ECS concepts: clusters, task definitions, tasks, services
- Launch types: Fargate vs EC2 — focus on Fargate (serverless containers)
- Task definitions: container image, CPU/memory, port mappings, environment variables, log configuration
- Running a standalone task vs running a service
- Service: desired count, maintains running tasks
- Practice: create a cluster, write a task definition, run a task on Fargate
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.