Explanation
This scenario represents Resiliency because:
- Resiliency refers to the ability of a system to recover from failures and continue operating with minimal disruption
- When a workload can recover with minimal downtime during failures, it demonstrates fault tolerance and high availability
- AWS provides built-in resiliency through features like:
- Multiple Availability Zones (AZs)
- Auto Scaling groups
- Elastic Load Balancing
- Database replication
- Backup and recovery services
Comparison with other options:
- Agility: The ability to quickly develop, test, and launch applications
- Elasticity: The ability to automatically scale resources up or down based on demand
- Scalability: The ability to handle increased workload by adding resources
Resiliency specifically addresses the system's ability to withstand and recover from failures, which aligns with the scenario described.