Question 823 of 988
CLF-C02 Cloud Concepts Practice Question
A company runs a critical e-commerce application on a single Amazon EC2 instance in one Availability Zone. The company wants to ensure that if the entire Availability Zone becomes unavailable, the application continues to run without manual intervention. Which AWS cloud concept best describes this requirement?
⚠ Common exam trap
Candidates often confuse high availability with disaster recovery, but high availability focuses on automatic, immediate failover within a region (e.g., across Availability Zones), while disaster recovery involves restoring services after a major disruption, often with recovery time objectives (RTOs) measured in minutes or hours.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
High availability
High availability (B) is the correct concept because it ensures that an application remains operational even when an entire Availability Zone fails. By deploying the EC2 instance across multiple Availability Zones (e.g., using an Auto Scaling group with a minimum of two instances and an Application Load Balancer), the application can automatically fail over to a healthy instance in another zone without manual intervention. This directly addresses the requirement for continuous operation during a zone outage.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Scalability
Why it's wrong here
Scalability is the ability of a system to handle increased load by adding more computing capacity, either by resizing instances (vertical scaling) or adding more instances (horizontal scaling). It addresses growth in demand, but a single Availability Zone deployment still has a fault domain limitation: if that zone fails, all scaled resources fail with it. Scalability does not imply resilience—the system may be able to serve a million users, but it remains vulnerable to the loss of its underlying infrastructure.
When this WOULD be correct
A question asking: 'A company expects a sudden spike in traffic during a flash sale. Which AWS concept allows the application to automatically add EC2 instances to handle the load?' would make scalability the correct answer.
- ✓
High availability
Why this is correct
High availability is the ability of a system to continue functioning automatically when a component fails, such as an entire Availability Zone. In AWS, this is achieved by deploying redundant resources across multiple Availability Zones, using services like Elastic Load Balancing and Auto Recovery, and implementing health checks that automatically reroute traffic to healthy instances. For a critical e-commerce application, designing for high availability means eliminating single points of failure so that an AZ outage does not interrupt customer transactions and no manual intervention is needed.
- ✗
Elasticity
Why it's wrong here
Elasticity is the capacity to automatically adjust computing resources to match fluctuating demand, for example using EC2 Auto Scaling to add instances during peak load and remove them afterward. Although elasticity can help absorb traffic spikes, it reacts to metrics like CPU utilization, not to infrastructure failures, so it cannot restore or reroute workloads if an Availability Zone goes down. All resources within the failed zone remain unavailable regardless of how many instances are running, meaning elasticity provides no inherent protection against zone outages.
When this WOULD be correct
A question asking which AWS concept allows an application to automatically add EC2 instances during traffic spikes and remove them during low traffic, without manual intervention.
- ✗
Disaster recovery
Why it's wrong here
Disaster recovery is a separate discipline focused on restoring systems after a catastrophic event, such as a regional outage or data corruption, using backups, snapshots, or failover to a different region. While important, DR typically involves defined Recovery Point and Recovery Time objectives, often requiring some downtime and manual steps to promote backups or re-provision infrastructure. The stated requirement stresses continued operation without manual intervention, which goes beyond DR's recovery-oriented model—DR restores service after the fact rather than preventing loss of availability.
When this WOULD be correct
A question asks: 'A company needs to restore a critical application after a regional outage with a recovery time objective of 4 hours. Which concept describes this requirement?' Disaster recovery would be correct because it focuses on recovery after a disaster with defined RTO/RPO.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.
✓High availabilityCorrect answer▾
Why this is correct
High availability is the ability of a system to continue functioning automatically when a component fails, such as an entire Availability Zone. In AWS, this is achieved by deploying redundant resources across multiple Availability Zones, using services like Elastic Load Balancing and Auto Recovery, and implementing health checks that automatically reroute traffic to healthy instances. For a critical e-commerce application, designing for high availability means eliminating single points of failure so that an AZ outage does not interrupt customer transactions and no manual intervention is needed.
✗ScalabilityWrong answer — click to see why▾
Why this is wrong here
Scalability refers to the ability to handle increased load by adding resources, not to ensuring application availability during an Availability Zone failure. The requirement is about maintaining uptime despite infrastructure failure, which is high availability.
★ When this WOULD be the correct answer
A question asking: 'A company expects a sudden spike in traffic during a flash sale. Which AWS concept allows the application to automatically add EC2 instances to handle the load?' would make scalability the correct answer.
Why candidates choose this
Candidates may confuse scalability with high availability because both involve adding resources, but scalability focuses on performance under load, not fault tolerance.
✗ElasticityWrong answer — click to see why▾
Why this is wrong here
Elasticity refers to automatically scaling resources up or down based on demand, not ensuring application availability during an Availability Zone failure.
★ When this WOULD be the correct answer
A question asking which AWS concept allows an application to automatically add EC2 instances during traffic spikes and remove them during low traffic, without manual intervention.
Why candidates choose this
Candidates confuse elasticity with high availability because both involve automatic responses, but elasticity focuses on demand-based scaling, not fault tolerance.
✗Disaster recoveryWrong answer — click to see why▾
Why this is wrong here
Disaster recovery involves restoring systems after a disaster, often with manual steps and recovery time objectives (RTOs), whereas the requirement is for automatic continued operation without manual intervention during an Availability Zone failure.
★ When this WOULD be the correct answer
A question asks: 'A company needs to restore a critical application after a regional outage with a recovery time objective of 4 hours. Which concept describes this requirement?' Disaster recovery would be correct because it focuses on recovery after a disaster with defined RTO/RPO.
Why candidates choose this
Candidates may confuse high availability (automatic failover) with disaster recovery (planned recovery after failure), especially when the scenario involves a zone failure, which is a disaster-like event.
Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.