Auto Scaling demand के आधार पर running resources (जैसे EC2 instances) की संख्या को स्वचालित रूप से समायोजित करता है — load बढ़ने पर capacity जोड़ता है और load घटने पर इसे हटाता है। यह ऐसे applications बनाने की कुंजी है जो विश्वसनीय (traffic spikes संभालें) और 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.
