Auto Scaling ચાલુ સંસાધનોની સંખ્યા (દા.ત. EC2 instances) ને માંગ ના આધારે આપોઆપ સમાયોજિત કરે છે — લોડ વધે તો ક્ષમતા ઉમેરે છે અને લોડ ઘટે તો તેને હટાવે છે. તે વિશ્વસનીય (ટ્રાફિક સ્પાઇક્સ સંભાળવું) અને cost-efficient (ઓવર-પ્રોવીઝન ન કરવું) બંને એપ્લીકેશન બનાવવા માટે મુખ્ય છે.
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.
