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:
- Security groups: stateful firewall rules at the instance level
- Inbound vs outbound rules
- Allow-only model: no explicit deny in security groups
- Common patterns: allow SSH from your IP, allow HTTP/HTTPS from anywhere, allow app port from ALB only
- Referencing other security groups (e.g. ALB SG → app SG)
- Network ACLs (brief): stateless, subnet-level, allow + deny — when they matter
- Security groups vs NACLs: practical differences
- Practice: create security groups for a web tier and an app tier, test connectivity
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.