An accounting firm hosts a tax-filing software-as-a-service (SaaS) application on Azure. During the final week of the tax season, the application experiences a massive, unpredictable surge in user traffic. To manage this demand while minimizing costs during periods of low activity, the system is configured to automatically add Virtual Machine instances when CPU usage exceeds and deallocate them when usage drops below . Which cloud concept is directly demonstrated by this automated scaling behavior?
- AScalability
- ElasticityAnswer
- CDisaster recovery
- DHigh availability
Answer
Elasticity
The correct answer is elasticity because the scenario describes the system's ability to automatically scale resources out (adding instances) and in (deallocating instances) in response to dynamic, real-time demand (CPU utilization), which optimizes both performance and cost.
Step-by-Step Solution
Key Concept
Elasticity in cloud computing
Estimated Time:1m 0s