A company implements an Amazon EC2 Auto Scaling policy along with an Application Load Balancer to automatically recover unhealthy applications that run on Amazon EC2 instances.
Which pillar of the AWS Well-Architected Framework does this action cover?
Security
Performance efficiency
Operational excellence
Reliability
Explanations:
Security focuses on protecting data and systems, not directly related to application recovery.
Performance efficiency relates to optimizing resources for performance, not application recovery.
Operational excellence involves monitoring and operations management, but not specifically about recovering applications.
Reliability pertains to the ability of a system to recover from failures, which is directly addressed by the Auto Scaling and Load Balancer implementation.