Auto Scaling ปรับจำนวน resources ที่รันอยู่โดยอัตโนมัติ (เช่น EC2 instances) ตามความต้องการ — เพิ่ม capacity เมื่อ load สูงขึ้น และลดลงเมื่อ load ลดลง เป็นกุญแจสำคัญในการสร้างแอปพลิเคชันที่ทั้ง เชื่อถือได้ (รับมือ traffic spikes) และ คุ้มค่า (ไม่ 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.
