A financial research firm needs to run a complex risk analysis simulation once a week. The simulation requires a large cluster of compute instances for six hours. The firm uses infrastructure as code to automatically provision the instances, run the simulation, and then immediately terminate the entire cluster. Which AWS Cloud design principle is directly demonstrated by this operational workflow?
- AElasticity
- BMonolithic design
- Disposable resources instead of fixed serversCevap
- DScalability
Cevap
Disposable resources instead of fixed servers
The principle of using disposable resources instead of fixed servers dictates that infrastructure should be treated as temporary and easily replaceable. By programmatically launching a compute cluster for a weekly simulation and terminating it immediately after completion, the firm optimizes cost and resource utilization, avoiding the expense of maintaining idle, permanent servers.
Adım Adım Çözüm
Anahtar Kavram
Disposable resources instead of fixed servers