This document provides an overview of auto scaling on AWS. It discusses high availability, auto scaling components like launch configurations and auto scaling groups, and demonstrates setting up an auto scaling group with a load balancer and scaling policies to handle increased load and instance failures. A scenario is presented where an initial EC2 instance is load balanced and auto scaling is configured to scale up to 3 instances under load and replace instances if terminated.