A financial services firm is migrating its risk analysis platform to Amazon EC2. The platform consists of two distinct workloads:
1. A core transaction processing engine that must run continuously 24/7 with highly predictable resource usage.
2. A stateless data analytics modeling job that runs periodically, can be distributed across multiple instances, and can tolerate unexpected interruptions.
Which EC2 pricing models should the company select to achieve the most cost-effective solution? (Select TWO.)
- Spot Instances for the stateless data analytics modeling job to leverage steep discounts for interruptible workloads.Cevap
- Reserved Instances for the core transaction processing engine to secure significant discounts for predictable, steady-state usage.Cevap
- COn-Demand Instances for the core transaction processing engine to avoid long-term commitments for the steady-state workload.
- DSpot Instances for the core transaction processing engine to minimize costs for the continuous 24/7 transaction processing workload.
- EDedicated Hosts for both workloads to shift from capital expenses (CapEx) to operating expenses (OpEx).
Cevap
The company should choose Spot Instances for the stateless data analytics modeling job and Reserved Instances for the core transaction processing engine.
For the core transaction processing engine, which runs continuously 24/7 with predictable utilization, Reserved Instances (or Savings Plans) provide the optimal discount compared to On-Demand rates. For the stateless, fault-tolerant data analytics modeling job that can tolerate interruptions, Spot Instances offer the highest cost savings (up to 90% off On-Demand rates) by utilizing spare AWS capacity.
Adım Adım Çözüm
Anahtar Kavram
AWS EC2 pricing models optimization based on workload characteristics.