- A
On-demand self-service
Correct. On-demand self-service allows users to provision computing resources automatically without requiring human interaction with the service provider. In this scenario, the CI/CD pipeline automatically provisions the environment without manual intervention, demonstrating this characteristic.
- B
Rapid elasticity
Why wrong: Incorrect. Rapid elasticity refers to the ability to automatically scale resources up or down quickly to meet changing demand. While the provisioning is fast, the primary focus here is on the automation of provisioning without manual steps, not on scaling to meet load changes.
- C
High availability
Why wrong: Incorrect. High availability ensures that applications remain operational and accessible even if components fail, typically through redundancy across multiple Availability Zones. The scenario does not involve fault tolerance or uptime guarantees.
- D
Measured service
Why wrong: Incorrect. Measured service is the ability to monitor, control, and report usage for billing or capacity planning purposes. Although AWS meters usage, the core requirement is about automatic provisioning without manual effort, not about metering or billing.
What is On-Demand Self-Service in Cloud Computing?
This CLF-C02 practice question tests your understanding of cloud concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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 uses a continuous integration and continuous deployment (CI/CD) pipeline to deploy applications on AWS. The development teams frequently create feature branches in the code repository. The company wants to automatically provision a complete, isolated environment (including compute, storage, and networking) for each new feature branch, with no manual intervention. The environment must be ready within minutes of the branch creation. Which characteristic of cloud computing does this requirement primarily demonstrate?
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
On-demand self-service
Option A is correct because the requirement to automatically provision a complete, isolated environment for each new feature branch without manual intervention directly demonstrates the on-demand self-service characteristic of cloud computing. This characteristic allows users to provision computing resources automatically as needed, without requiring human interaction with service providers. In this scenario, the CI/CD pipeline triggers the creation of compute, storage, and networking resources via AWS APIs (e.g., CloudFormation, AWS CDK, or Terraform) the moment a branch is created, fulfilling the 'no manual intervention' and 'ready within minutes' conditions.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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 this is correct
Correct. On-demand self-service allows users to provision computing resources automatically without requiring human interaction with the service provider. In this scenario, the CI/CD pipeline automatically provisions the environment without manual intervention, demonstrating this characteristic.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Rapid elasticity
Why it's wrong here
Incorrect. Rapid elasticity refers to the ability to automatically scale resources up or down quickly to meet changing demand. While the provisioning is fast, the primary focus here is on the automation of provisioning without manual steps, not on scaling to meet load changes.
When this WOULD be correct
A company runs a seasonal e-commerce application that experiences sudden traffic spikes during sales events. The requirement is to automatically scale compute resources to handle the increased load within minutes, with no manual intervention. This scenario would make rapid elasticity the correct answer.
- ✗
High availability
Why it's wrong here
Incorrect. High availability ensures that applications remain operational and accessible even if components fail, typically through redundancy across multiple Availability Zones. The scenario does not involve fault tolerance or uptime guarantees.
When this WOULD be correct
A company requires its application to remain accessible and operational with minimal downtime, even if individual components fail. The question would ask: 'Which characteristic of cloud computing ensures that resources are always available and can withstand failures?'
- ✗
Measured service
Why it's wrong here
Incorrect. Measured service is the ability to monitor, control, and report usage for billing or capacity planning purposes. Although AWS meters usage, the core requirement is about automatic provisioning without manual effort, not about metering or billing.
When this WOULD be correct
A company wants to track and optimize costs for different departments by monitoring their resource consumption. The requirement is to have detailed usage reports and chargeback capabilities. In this scenario, measured service would be the correct answer because it enables pay-per-use billing and resource metering.
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.
✓On-demand self-serviceCorrect answer▾
Why this is correct
Correct. On-demand self-service allows users to provision computing resources automatically without requiring human interaction with the service provider. In this scenario, the CI/CD pipeline automatically provisions the environment without manual intervention, demonstrating this characteristic.
✗Rapid elasticityWrong answer — click to see why▾
Why this is wrong here
The requirement is about automatically provisioning environments without manual intervention, which directly demonstrates on-demand self-service. Rapid elasticity refers to scaling resources up/down based on demand, not provisioning isolated environments per feature branch.
★ When this WOULD be the correct answer
A company runs a seasonal e-commerce application that experiences sudden traffic spikes during sales events. The requirement is to automatically scale compute resources to handle the increased load within minutes, with no manual intervention. This scenario would make rapid elasticity the correct answer.
Why candidates choose this
Candidates may confuse the rapid provisioning of environments with rapid elasticity, as both involve quick resource allocation. However, elasticity specifically refers to scaling existing resources, not creating new isolated environments.
✗High availabilityWrong answer — click to see why▾
Why this is wrong here
The requirement focuses on automatically provisioning environments without manual intervention, which aligns with on-demand self-service, not high availability. High availability refers to system uptime and fault tolerance, not automated provisioning.
★ When this WOULD be the correct answer
A company requires its application to remain accessible and operational with minimal downtime, even if individual components fail. The question would ask: 'Which characteristic of cloud computing ensures that resources are always available and can withstand failures?'
Why candidates choose this
Candidates may confuse the need for a 'ready within minutes' environment with high availability, thinking that rapid provisioning implies always-on availability, but the core concept here is user-initiated provisioning without human interaction.
✗Measured serviceWrong answer — click to see why▾
Why this is wrong here
Measured service refers to the metering and billing of cloud resource usage, not to the ability to automatically provision environments without manual intervention. The question emphasizes automatic provisioning triggered by branch creation, which aligns with on-demand self-service.
★ When this WOULD be the correct answer
A company wants to track and optimize costs for different departments by monitoring their resource consumption. The requirement is to have detailed usage reports and chargeback capabilities. In this scenario, measured service would be the correct answer because it enables pay-per-use billing and resource metering.
Why candidates choose this
Candidates may confuse 'measured service' with the idea of automatically provisioning resources in a measured, controlled manner, or they may think that the environment being 'ready within minutes' implies some form of measurement or monitoring.
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?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse 'rapid elasticity' with 'automated provisioning' because both involve speed, but elasticity is about scaling existing resources in response to load, not creating new isolated environments from scratch.
Trap categories for this question
Scenario analysis trap
Incorrect. High availability ensures that applications remain operational and accessible even if components fail, typically through redundancy across multiple Availability Zones. The scenario does not involve fault tolerance or uptime guarantees.
Detailed technical explanation
How to think about this question
Under the hood, on-demand self-service relies on AWS APIs such as EC2 RunInstances, CreateVpc, and CreateDBInstance, which are invoked programmatically by the CI/CD pipeline (e.g., via AWS SDK or AWS CLI). A subtle behavior is that IAM roles and resource-based policies must be carefully scoped to prevent privilege escalation when automating resource creation. In a real-world scenario, a company might use AWS Service Catalog to enforce compliance while still allowing developers to self-provision approved infrastructure templates.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
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
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
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 — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: On-demand self-service — Option A is correct because the requirement to automatically provision a complete, isolated environment for each new feature branch without manual intervention directly demonstrates the on-demand self-service characteristic of cloud computing. This characteristic allows users to provision computing resources automatically as needed, without requiring human interaction with service providers. In this scenario, the CI/CD pipeline triggers the creation of compute, storage, and networking resources via AWS APIs (e.g., CloudFormation, AWS CDK, or Terraform) the moment a branch is created, fulfilling the 'no manual intervention' and 'ready within minutes' conditions.
What should I do if I get this CLF-C02 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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
2 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 company's marketing team needs a temporary compute environment to run a one-week data analysis for a campaign. The developer uses the AWS CLI to automatically provision an Amazon EC2 instance and an Amazon RDS database without any manual approval or interaction from the AWS support team. This ability to provision resources automatically without requiring human interaction from the cloud provider best demonstrates which essential characteristic of cloud computing?
easy- A.Broad network access
- ✓ B.On-demand self-service
- C.Resource pooling
- D.Rapid elasticity
Why B: The scenario describes a developer using the AWS CLI to provision an EC2 instance and an RDS database without any manual approval or interaction from AWS support. This ability to automatically obtain and configure computing resources as needed, without requiring human intervention from the provider, is the defining characteristic of on-demand self-service. It allows users to provision and manage resources through a self-service interface (like the AWS Management Console, CLI, or SDKs) at any time, without needing to submit a request to AWS staff.
Variation 2. A company's development team regularly creates temporary test environments. Each time, they log into the AWS Management Console, select the required Amazon EC2 instance types and storage, and launch the resources without needing to contact AWS support or their IT department. The team also terminates the resources when testing is complete. Which essential characteristic of cloud computing does this scenario best demonstrate?
medium- A.Broad network access
- ✓ B.On-demand self-service
- C.Resource pooling
- D.Measured service
Why B: The scenario describes the development team provisioning and terminating EC2 instances and storage directly through the AWS Management Console without requiring human intervention from AWS support or their IT department. This is the precise definition of on-demand self-service, one of the five essential characteristics of cloud computing as defined by NIST SP 800-145, where a consumer can unilaterally provision computing capabilities as needed automatically.
Keep practising
More CLF-C02 practice questions
- A company publishes a message each time a new product is added to its catalogue. Three services need to receive this mes…
- A media company stores frequently accessed video thumbnails in Amazon S3. The thumbnails are read multiple times every d…
- A company needs a service to translate domain names (like www.example.com) into IP addresses, check the health of their…
- A startup runs an application on AWS and receives a monthly bill that charges exactly for the number of compute hours us…
- A financial institution runs its core banking application on-premises due to regulatory requirements. It has connected i…
- A company wants to run a MySQL database in AWS without managing database software installation, applying patches, settin…
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.