Which pattern enables automatic scaling of resources based on demand metrics?
- Auto-scaling
- Load Balancing
- Both A and B
- Neither
Answer: Both A and B
Auto-scaling adjusts resource count based on CPU, memory, or custom metrics; load balancing distributes traffic across instances. Combined for elastic, resilient cloud applications.