Question: 1/50
A team is designing a highly available web application on a cloud platform. They want to ensure that if one availability zone fails, the application remains available with minimal disruption. Which design best meets this requirement?
Deploy all application components in a single zone and scale vertically
Deploy application instances across multiple zones behind a load balancer with health checks
Deploy the application in one zone and rely on nightly backups for recovery
Use a single, large instance with redundant disks in the same zone