VPC Deep Dive
Security Groups
ALB
Auto Scaling
Architecture and Tradeoffs
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- Why load balancers — distribute traffic, high availability, health checking
- Types of load balancers in AWS: ALB, NLB, CLB (focus on ALB)
- ALB concepts: listeners, target groups, rules
- Health checks: what they check, healthy/unhealthy thresholds
- Path-based routing (brief overview)
- Placing the ALB in public subnets, targets in private subnets
- Practice: create an ALB, register EC2 instances as targets, verify traffic distribution
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.