Which AWS Well-Architected Framework concept represents a system’s ability to remain functional when the system encounters operational problems?
Consistency
Elasticity
Durability
Latency
Explanations:
Consistency refers to ensuring that the system’s state is reliable and stable, often focusing on data integrity rather than the ability to handle operational problems.
Elasticity describes the system’s ability to scale resources up or down based on demand, which relates more to resource management than operational resilience.
Durability represents a system’s ability to remain functional and retain data over time, ensuring it can withstand operational issues and continue to operate effectively.
Latency measures the time it takes for a system to respond to requests, which is not directly related to its ability to remain operational during problems.