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:
- What is auto scaling — automatically adjust capacity based on demand
- Launch templates: defining what to launch (AMI, instance type, security group, user data)
- Auto Scaling Groups (ASG): min, max, desired capacity
- Scaling policies: target tracking (e.g. keep CPU at 50%), step scaling
- How ASG works with ALB: automatic registration/deregistration
- Cooldown periods (brief)
- Practice: create a launch template and ASG behind the ALB from 4.3
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.