AWS Certified Cloud Practitioner (CLF-C02) — Question 545

When designing AWS workloads to be operational even when there are component failures, what is an AWS best practice?

Answer options

Correct answer: C

Explanation

Designing for automatic failover ensures that if a component fails, traffic or workloads are dynamically redirected to healthy resources with minimal to no downtime. Relying on a single Amazon EC2 instance or a single AWS Region (like us-east-1) creates a single point of failure, which goes against high availability principles. While disaster recovery testing is important, automated failover is the primary mechanism for maintaining continuous operations during component failures.