CLF-C02 · Question #679
Which guideline is a well-architected design principle for building cloud applications?
The correct answer is C. Design for automated recovery from failure.. A core AWS Well-Architected principle, especially under the Reliability pillar, is to build systems that anticipate and recover from failure without manual intervention. Automating failover and recovery processes ensures your application remains available even when individual com
Question
Which guideline is a well-architected design principle for building cloud applications?
Options
- AKeep static data closer to compute resources.
- BProvision resources for peak capacity.
- CDesign for automated recovery from failure.
- DUse tightly coupled components.
How the community answered
(20 responses)- A5% (1)
- C95% (19)
Explanation
A core AWS Well-Architected principle, especially under the Reliability pillar, is to build systems that anticipate and recover from failure without manual intervention. Automating failover and recovery processes ensures your application remains available even when individual components
Community Discussion
No community discussion yet for this question.