- A
On-demand self-service
Why wrong: While Auto Scaling is automated, on-demand self-service primarily means a user can provision resources without requiring human interaction. The scenario emphasizes automatic scaling up and down, not just initial provisioning.
- B
Broad network access
Why wrong: Broad network access refers to resources being accessible over the network from various client platforms. This scenario does not focus on network accessibility; it focuses on adjusting capacity dynamically.
- C
Resource pooling
Why wrong: Resource pooling means the provider's computing resources are pooled to serve multiple customers using a multi-tenant model. The scenario does not highlight multi-tenancy or shared infrastructure.
- D
Rapid elasticity
Rapid elasticity is the ability to quickly and automatically scale computing resources up or down to match demand. The Auto Scaling configuration that adds and removes EC2 instances based on CPU utilization directly demonstrates this cloud characteristic.
Quick Answer
The answer is rapid elasticity. This scenario perfectly illustrates rapid elasticity because the Auto Scaling group automatically provisions new EC2 instances when CPU utilization spikes above 70% and deprovisions them when it drops below 30%, handling unpredictable traffic without any manual intervention. On the AWS Certified Cloud Practitioner CLF-C02 exam, this concept tests your understanding of the NIST-defined cloud characteristic where resources appear unlimited and can be scaled up or down instantly in response to demand. A common trap is confusing rapid elasticity with high availability—elasticity is about dynamic scaling, not fault tolerance. Remember the memory tip: “Elasticity = stretch and shrink automatically,” like a rubber band responding to load, while high availability keeps things running even if one component fails.
CLF-C02 Cloud Concepts Practice Question
This CLF-C02 practice question tests your understanding of cloud concepts. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: rapid elasticity is the ability to scale resources up or down quickly and automatically.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company runs a web application on Amazon EC2 instances behind an Application Load Balancer. The application experiences unpredictable traffic patterns, with sudden spikes during promotional events and low traffic at other times. The company configures an Auto Scaling group to automatically add EC2 instances when CPU utilization exceeds 70% and remove instances when utilization drops below 30%. The system handles the spike without any manual intervention and reduces capacity when demand decreases. Which fundamental characteristic of cloud computing does this scenario best illustrate?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
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
Rapid elasticity
The scenario describes the Auto Scaling group automatically adding EC2 instances during traffic spikes and removing them when demand drops, which directly demonstrates rapid elasticity—the ability to scale computing resources up and down quickly and automatically in response to demand. This is a core characteristic of cloud computing defined by the National Institute of Standards and Technology (NIST), where resources appear unlimited and can be provisioned in any quantity at any time.
Key principle: Rapid elasticity is the ability to scale resources up or down quickly and automatically.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
On-demand self-service
Why it's wrong here
While Auto Scaling is automated, on-demand self-service primarily means a user can provision resources without requiring human interaction. The scenario emphasizes automatic scaling up and down, not just initial provisioning.
- ✗
Broad network access
Why it's wrong here
Broad network access refers to resources being accessible over the network from various client platforms. This scenario does not focus on network accessibility; it focuses on adjusting capacity dynamically.
- ✗
Resource pooling
Why it's wrong here
Resource pooling means the provider's computing resources are pooled to serve multiple customers using a multi-tenant model. The scenario does not highlight multi-tenancy or shared infrastructure.
- ✓
Rapid elasticity
Why this is correct
Rapid elasticity is the ability to quickly and automatically scale computing resources up or down to match demand. The Auto Scaling configuration that adds and removes EC2 instances based on CPU utilization directly demonstrates this cloud characteristic.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Rapid elasticity is the ability to scale resources up or down quickly and automatically.
Common exam traps
Common exam trap: answer the scenario, not the keyword
AWS often tests the distinction between rapid elasticity and resource pooling, where candidates mistakenly choose resource pooling because they confuse the dynamic assignment of resources (pooling) with the automatic scaling of capacity (elasticity).
Trap categories for this question
Scenario analysis trap
While Auto Scaling is automated, on-demand self-service primarily means a user can provision resources without requiring human interaction. The scenario emphasizes automatic scaling up and down, not just initial provisioning.
Detailed technical explanation
How to think about this question
Under the hood, rapid elasticity is implemented via Auto Scaling groups that use CloudWatch alarms to trigger scaling policies—for example, a step scaling policy adds instances when the average CPU utilization across the group exceeds 70% for a sustained period (e.g., 5 minutes). A subtle behavior is the cooldown period (default 300 seconds) that prevents rapid flapping; during this time, the group does not launch or terminate additional instances, ensuring stability. In a real-world promotional event, this prevents over-provisioning while still handling sudden traffic bursts, but if the spike is extremely short-lived, the scaling might lag behind the actual demand.
KKey Concepts to Remember
- Rapid elasticity is the ability to scale resources up or down quickly and automatically.
- AWS Auto Scaling is a primary service for implementing rapid elasticity.
- Scaling policies in Auto Scaling define when and how to adjust capacity.
- Rapid elasticity helps optimize costs by matching resources to demand.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Rapid elasticity is the ability to scale resources up or down quickly and automatically.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Review rapid elasticity is the ability to scale resources up or down quickly and automatically., then practise related CLF-C02 questions on the same topic to reinforce the concept.
- →
Cloud Concepts — study guide chapter
Learn the concepts, then practise the questions
- →
Cloud Concepts practice questions
Targeted practice on this topic area only
- →
All CLF-C02 questions
1,024 questions across all exam domains
- →
AWS Certified Cloud Practitioner CLF-C02 study guide
Full concept coverage aligned to exam objectives
- →
CLF-C02 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CLF-C02 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Cloud Concepts practice questions
Practise CLF-C02 questions linked to Cloud Concepts.
Security and Compliance practice questions
Practise CLF-C02 questions linked to Security and Compliance.
Cloud Technology and Services practice questions
Practise CLF-C02 questions linked to Cloud Technology and Services.
Billing, Pricing, and Support practice questions
Practise CLF-C02 questions linked to Billing, Pricing, and Support.
AWS shared responsibility model practice questions
Practise CLF-C02 questions linked to AWS shared responsibility model.
AWS IAM practice questions
Practise CLF-C02 questions linked to AWS IAM.
AWS pricing practice questions
Practise CLF-C02 questions linked to AWS pricing.
AWS support plans practice questions
Practise CLF-C02 questions linked to AWS support plans.
AWS S3 practice questions
Practise CLF-C02 questions linked to AWS S3.
AWS EC2 practice questions
Practise CLF-C02 questions linked to AWS EC2.
Practice this exam
Start a free CLF-C02 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this CLF-C02 question test?
Cloud Concepts — This question tests Cloud Concepts — Rapid elasticity is the ability to scale resources up or down quickly and automatically..
What is the correct answer to this question?
The correct answer is: Rapid elasticity — The scenario describes the Auto Scaling group automatically adding EC2 instances during traffic spikes and removing them when demand drops, which directly demonstrates rapid elasticity—the ability to scale computing resources up and down quickly and automatically in response to demand. This is a core characteristic of cloud computing defined by the National Institute of Standards and Technology (NIST), where resources appear unlimited and can be provisioned in any quantity at any time.
What should I do if I get this CLF-C02 question wrong?
Review rapid elasticity is the ability to scale resources up or down quickly and automatically., then practise related CLF-C02 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Rapid elasticity is the ability to scale resources up or down quickly and automatically.
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 →
Same concept, more angles
1 more ways this is tested on CLF-C02
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A retail company runs a web application on Amazon EC2 instances behind an Application Load Balancer. During a promotional event, traffic spikes to 10 times the normal level. The company configured an Amazon EC2 Auto Scaling group with a scaling policy that adds instances when CPU utilization exceeds 70% and removes instances when it drops below 30%. The application handles the spike without any manual intervention, and after the event ends, the number of instances automatically decreases to the original count, saving costs. This scenario best demonstrates which cloud computing concept?
medium- ✓ A.Elasticity
- B.Scalability
- C.High availability
- D.Fault tolerance
Why A: The scenario describes the system automatically scaling out to 10 times the normal capacity during a traffic spike and then scaling back down when the spike ends, which is the definition of elasticity—the ability to dynamically provision and de-provision resources to match demand. The use of an EC2 Auto Scaling group with a CPU-based scaling policy (70% threshold to add, 30% to remove) directly demonstrates this cloud computing concept, as it handles variable workloads without manual intervention and optimizes cost by reducing resources when they are no longer needed.
Last reviewed: Jun 30, 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.