A financial technology firm, PayVanguard, is migrating its transaction reconciliation platform from an on-premises colocation facility to AWS. Currently, the firm must purchase and maintain high-performance physical servers to handle short-lived processing peaks at the end of each month. In the cloud, they plan to use Amazon EC2 Auto Scaling to dynamically adjust capacity based on actual transaction volume.
Which of the following are direct cloud economics benefits of this migration? (Select TWO.)
- Shifting from upfront capital expenses (CapEx) to variable operating expenses (OpEx) that align with real-time demandAnswer
- Eliminating costs associated with idle capacity by using elasticity to scale down compute resources when transaction volumes are lowAnswer
- CIncreasing capital expenses (CapEx) to claim tax depreciation on the physical servers and data centers owned by AWS
- DEnsuring application scalability by permanently running all EC2 instances at maximum capacity regardless of actual transaction volume
- ERunning the primary transaction database on Spot Instances to guarantee constant availability at the lowest possible cost
Answer
Shifting from upfront capital expenses (CapEx) to variable operating expenses (OpEx) that align with real-time demand, and eliminating costs associated with idle capacity by using elasticity to scale down compute resources when transaction volumes are low.
The correct choices are shifting from upfront capital expenses to variable operating expenses, and eliminating costs associated with idle capacity using elasticity. Migrating to AWS allows organizations to trade capital expense (investing in physical servers and data centers upfront) for variable operating expense (paying for resources as they are used). Additionally, by utilizing elasticity (such as with Amazon EC2 Auto Scaling), the organization can scale down resources when transaction volumes are low, avoiding the cost of overprovisioning and idle capacity.
Step-by-Step Solution
Key Concept
Cloud Economics: CapEx to OpEx shift and Elasticity
Estimated Time:1m 30s