A digital food delivery startup, QuickBite, experiences predictable surges in traffic daily during lunch and dinner hours, while traffic during the night is negligible. The company is migrating its ordering system to AWS. Which of the following describes the most significant economic advantage of this migration regarding cost optimization?
- AThe opportunity to transition from variable operating expenses to predictable upfront capital expenses for their compute infrastructure.
- BThe ability to scale up the capacity of their database servers to handle lifetime customer growth over a long-term horizon.
- The ability to dynamically provision and terminate resources to align with fluctuating daily demand, minimizing cost during low-traffic periods.Answer
- DThe requirement to purchase Spot Instances for all core transaction processing services to guarantee uninterrupted availability at the lowest cost.
Answer
The ability to dynamically provision and terminate resources to align with fluctuating daily demand, minimizing cost during low-traffic periods.
The correct option is correct because the food delivery startup has variable daily workloads. By using cloud elasticity, they can dynamically provision resources during high-traffic lunch and dinner times and terminate them during low-traffic hours, minimizing operational costs.
Step-by-Step Solution
Key Concept
Cloud elasticity and its cost optimization benefits