List of questions
Related questions
Question 22 - CLF-C02 discussion
Which AWS Well-Architected Framework concept represents a system's ability to remain functional when the system encounters operational problems?
3 comments
Edited 19 days ago
I choose C. Durability refers to a systems ability to maintain its functionality and preserve its data even in the face of operational problems or failures.
Edited 19 days ago
C - Durability refers to the ability of a system to ensure that data is not lost and that the system continues to function correctly despite failures or disruptions. Its about the long-term preservation of data and ensuring that it remains intact and accessible even in the face of hardware failures, software bugs, or other operational issues.
Edited 22 days ago
Durability - A system that is durable is able to perform its responsibilities over time, even when unexpected events may occur. The question is talking about problems (unexpected events) not increased demand. Increased demand is not a problem for a Well-Architected Framework. Elasticity in Amazon Web Services (AWS) is the ability to automatically adjust resources based on real-time demand.