A digital news outlet hosts a web application on Azure. The application experiences sudden, unpredictable surges in reader traffic whenever a major breaking story is published. The system is configured to automatically deploy additional virtual machine instances to handle the spikes, and then remove them once traffic returns to normal baseline levels. Which cloud characteristic does this automatic adjustment of resources directly demonstrate?
- AScalability
- BHigh Availability
- ElasticityAnswer
- DDisaster Recovery
Answer
Elasticity
The correct answer is elasticity because the scenario describes a system that automatically adds resource capacity (virtual machines) to handle traffic spikes and then automatically reduces it when demand decreases. This dynamic, automated scaling in response to real-time workload changes is the definition of cloud elasticity.
Step-by-Step Solution
Key Concept
Cloud elasticity is the ability of a system to dynamically adjust its resource capacity by automatically scaling up or down in response to fluctuating workloads.