A shipping company is migrating its legacy container tracking system to AWS. The system experiences high demand during the holiday season ( of baseline load), stable demand during the rest of the year, and requires a minimal baseline of servers running for core operations. On-premises, the company pays for server hardware depreciation (fixed capital expenses), virtualization licenses, data center cooling, and physical security. The company aims to optimize its Total Cost of Ownership (TCO) and operational efficiency on AWS.
Which of the following actions align with the core principles of AWS cloud economics? (Select TWO.)
- Transitioning from physical server depreciation and upfront hypervisor licensing fees to AWS pay-as-you-go billing shifts fixed capital expenses (CapEx) to variable operating expenses (OpEx).Answer
- Applying Amazon EC2 Auto Scaling to dynamically provision instances to handle the seasonal holiday spikes and terminate them afterwards minimizes Total Cost of Ownership (TCO) by leveraging elasticity.Answer
- CDeploying Spot Instances for the critical baseline of servers ensures maximum savings while guaranteeing the constant availability required for core tracking operations.
- DPurchasing -year Reserved Instances to cover the temporary seasonal holiday spikes ( increase) minimizes operational expenses (OpEx) because the unused capacity during off-peak months is refunded by AWS.
- EProvisioning a fixed fleet of Amazon EC2 instances sized to continuously run at the peak holiday capacity () throughout the entire year is an example of an elastic architecture.
Answer
Transitioning from physical server depreciation and upfront hypervisor licensing fees to AWS pay-as-you-go billing shifts fixed capital expenses (CapEx) to variable operating expenses (OpEx), and applying Amazon EC2 Auto Scaling to dynamically provision instances to handle the seasonal holiday spikes and terminate them afterwards minimizes Total Cost of Ownership (TCO) by leveraging elasticity.
The transition from physical server depreciation and licensing to pay-as-you-go billing is correct because it shifts capital expenses (CapEx) into operating expenses (OpEx), reducing upfront costs. The dynamic usage of Amazon EC2 Auto Scaling is correct because it utilizes elasticity to align resource supply with real-time demand, removing the financial burden of running idle servers during off-peak periods.
Step-by-Step Solution
Key Concept
Cloud economics relies on transitioning CapEx to OpEx, minimizing Total Cost of Ownership (TCO) through elasticity, and selecting the appropriate pricing models for different workload profiles.
Estimated Time:3m 0s