ArchitectLab

Course2 · Core services → Compute & load balancing

2 · Core services

EC2 and Auto Scaling

14 min · Module 4

EC2 is resizable compute. Pair with Auto Scaling for capacity that tracks demand and replaces unhealthy instances. Prefer multiple AZs. Use AMI + user data/launch templates for consistency.

Example / notes

# ASG essentials
# Launch template → min/desired/max → VPC subnets in ≥2 AZs
# Scaling policies: target tracking (CPU), step, scheduled
# Health checks: EC2 and/or ELB

Practice in Lab: /lab/scenarios/three-tier/

Log in to track progress / take quizzes
Elastic Load Balancing →
Modules in this track