A smart home IoT provider experiences significant daily fluctuations in data processing demands as users interact with their devices primarily during morning and evening hours. Additionally, the company runs a heavy data aggregation job once per month that lasts for 24 hours. The engineering team is transitioning this workload from an on-premises data center to AWS to optimize costs. Which of the following strategies represent correct applications of AWS cloud economics to minimize operational costs for these workloads? (Select TWO.)
- Utilizing EC2 Auto Scaling to automatically scale compute capacity in response to the daily morning and evening IoT traffic spikes, paying only for the resources consumed.Answer
- Using On-Demand or Spot Instances for the 24-hour monthly data aggregation job, rather than purchasing Reserved Instances that would remain idle for the rest of the month.Answer
- CPurchasing a 3-year All Upfront Reserved Instance contract specifically for the monthly data aggregation job to minimize the upfront capital expenses.
- DOverprovisioning the daily processing instances to continuously run at peak evening capacity to guarantee performance and eliminate variable operational costs.
- ETreating all monthly AWS usage bills as Capital Expenses (CapEx) to establish a predictable, long-term asset value on the balance sheet.
Answer
The correct strategies are utilizing EC2 Auto Scaling to dynamically adjust to daily traffic spikes, and using On-Demand or Spot Instances for the monthly 24-hour aggregation job.
The correct strategies align resource costs with usage patterns. Using Auto Scaling ensures the company only pays for active compute capacity during morning and evening IoT spikes. Similarly, using On-Demand or Spot Instances for the short 24-hour monthly workload avoids the continuous cost of Reserved Instances, which would otherwise sit idle for the vast majority of the month.
Step-by-Step Solution
Key Concept
Cloud economics principles emphasizing the shift from Capital Expenses (CapEx) to Operating Expenses (OpEx), leveraging elasticity to align resource supply with demand, and selecting correct pricing models based on workload utilization patterns.