Question

Difficulty: MediumDefine the benefits of the AWS Cloud

A smart-grid utility company experiences unpredictable surges in data processing demands during severe weather events, while data volume remains minimal during normal operations. The company wants to ensure its infrastructure can automatically scale to handle these sudden peaks without paying for idle capacity during quiet periods. Which benefit of the AWS Cloud directly addresses this requirement?

  1. Stop guessing capacity, which allows the company to scale resources dynamically in response to real-time demand fluctuations rather than pre-purchasing excess infrastructure.Answer
  2. B
    Trading variable expenses for fixed expenses, which ensures the company has a predictable, flat monthly infrastructure bill regardless of weather-induced usage spikes.
  3. C
    Scalability, which requires the customer to manually pre-provision maximum compute capacity in advance to accommodate future grid expansion.
  4. D
    Centralized monolithic design, which groups all data processing services onto a single, high-capacity server to eliminate communication overhead during storm events.

Answer

Stop guessing capacity, which allows the company to scale resources dynamically in response to real-time demand fluctuations rather than pre-purchasing excess infrastructure.
The benefit of 'stopping guessing capacity' allows organizations to avoid over-provisioning or under-provisioning resources. Instead of guessing how much infrastructure is needed for peak storm demand, AWS automatically scales resources up or down as demand dictates, reducing costs and preventing outages.

Step-by-Step Solution

1
Analyze the company's requirement to handle unpredictable, temporary surges in data volume without paying for idle capacity during off-peak periods.
The company needs a mechanism that matches resource allocation directly to fluctuating real-time demand, avoiding both over-provisioning and under-provisioning.
This aligns with the AWS benefit of not having to guess capacity limits beforehand.
2
Evaluate the options against the 6 benefits of the AWS Cloud.
The concept of scaling dynamically to match demand rather than pre-provisioning for peak loads is known as 'stop guessing capacity'.
This benefit ensures resources are scaled in and out dynamically, preventing wasted spend and ensuring availability.

Key Concept

Stop guessing capacity as an AWS Cloud benefit
Rate this question