Which AWS Cloud benefit is shown by an architecture’s ability to withstand failures with minimal downtime?
Agility
Elasticity
Scalability
High availability
Explanations:
Agility refers to the ability to rapidly develop and deploy applications, not specifically about failure resilience.
Elasticity is about the ability to scale resources up or down based on demand, rather than maintaining uptime during failures.
Scalability refers to the capacity to handle increased load by adding resources, but does not directly relate to fault tolerance.
High availability is the design and implementation of systems to ensure they are operational and accessible during failures, minimizing downtime.