An application administrator notices that one of the virtual servers in their fleet is experiencing performance degradation. Instead of spending time troubleshooting the server, the administrator terminates it and lets the system automatically launch a new instance from a pre-defined template. Which AWS Cloud design principle does this practice demonstrate?
- ATightly coupled components
- Disposable resources instead of fixed serversCevap
- CMonolithic application design
- DStatic over-provisioning
Cevap
Disposable resources instead of fixed servers
The correct answer is correct because treating resources as disposable means that instead of spending resources to troubleshoot, patch, and maintain a failing or degraded virtual server, you terminate the instance and launch a clean one from a standard template. This ensures consistency, reduces downtime, and aligns with the AWS design principle of using disposable resources instead of fixed servers.
Adım Adım Çözüm
Anahtar Kavram
Treating servers as disposable resources instead of fixed, long-lived assets is a core AWS design principle that simplifies operations and improves reliability.