A company is migrating its legacy customer booking application to the AWS Cloud. During this process, the development team wants to ensure that a failure in the email notification service does not halt the entire booking system. In addition, the developers want to automatically build temporary staging environments for testing and terminate them as soon as testing is complete. Which of the following AWS Cloud design principles are demonstrated in this scenario? (Select TWO)
- Loose couplingCevap
- Disposable resourcesCevap
- CTight coupling
- DStatic provisioning
- EMonolithic design
Cevap
Loose coupling and Disposable resources
Loose coupling decouples system components to isolate failures and maintain system availability even when one component fails. Disposable resources enable the use of automation to dynamically instantiate and terminate infrastructure components on demand, minimizing waste.
Adım Adım Çözüm
Anahtar Kavram
AWS Cloud design principles recommend decoupling systems (loose coupling) and utilizing automated, temporary infrastructure (disposable resources) to build reliable, cost-effective applications.
Tahmini Süre:45s