Auto Scaling డిమాండ్ ఆధారంగా నడుస్తున్న వనరుల సంఖ్యను (ఉదా. EC2 instances) స్వయంచాలకంగా సర్దుబాటు చేస్తుంది — లోడ్ పెరిగినప్పుడు సామర్థ్యం జోడించి మరియు లోడ్ తగ్గినప్పుడు దానిని తీసివేస్తుంది. 신뢰できる (ట్రాఫిక్ స్పైక్లను నిర్వహించు) మరియు cost-efficient (over-provision చేయవద్దు) అప్లికేషన్లను నిర్మించడానికి ఇది కీలకమైనది.
Auto scaling ఏమి చేస్తుంది
Auto Scaling adjusts capacity AUTOMATICALLY based on demand:
→ load INCREASES (traffic spike) → add instances (scale OUT) → handle the load
→ load DECREASES → remove instances (scale IN) → save money
→ Match capacity to demand automatically: reliable under load, cheap when idle.
