A quality assurance team at a financial software company currently maintains a permanent, always-on staging environment for testing weekly application updates. Because this environment is idle for most of the week, the team decides to use AWS CloudFormation to automatically spin up a brand new, identical staging environment at the start of a test run and completely destroy it once testing is complete. Which design principle of the AWS Cloud is directly demonstrated by this approach?
- ALoose coupling
- Disposable resourcesCevap
- CElasticity
- DScalability
Cevap
Disposable resources
The correct answer is the principle of disposable resources. In the AWS Cloud, infrastructure is treated as temporary and programmatically managed. Using tools like AWS CloudFormation to automatically spin up a staging environment for a test run and then terminating it immediately after completion directly applies the principle of disposable resources, helping to reduce costs and maintain clean test states.
Adım Adım Çözüm
Anahtar Kavram
Disposable resources instead of fixed servers
Tahmini Süre:1m 0s