CLF-C02 Cloud Concepts Practice Question
A development team needs to provision a new Amazon EC2 instance for a proof-of-concept project. The team has an AWS account with appropriate IAM permissions. One developer logs into the AWS Management Console, selects an Amazon Machine Image (AMI), chooses an instance type, configures security groups, and launches the instance. The entire process takes less than 10 minutes and does not require any interaction with AWS support or IT administrators. Which essential characteristic of cloud computing does this scenario best illustrate?
⚠ Common exam trap
Test-takers frequently confuse the speed of provisioning (which is a benefit of on-demand self-service) with resource pooling or measured service, but the question specifically tests the ability to provision resources without human interaction, which is the core of on-demand self-service.
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
This scenario best illustrates on-demand self-service because the developer was able to provision an EC2 instance entirely through the AWS Management Console without any human interaction with AWS support or IT administrators. The ability to independently configure and launch compute resources—selecting an AMI, instance type, and security groups—within minutes, without requiring manual approval or provisioning, is the defining characteristic of on-demand self-service as defined by NIST SP 800-145.
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
On-demand self-service means a customer can provision computing resources—such as launching an EC2 instance—directly through the AWS Management Console, CLI, or SDKs, without requiring manual approval or intervention from AWS personnel or an internal IT queue. The developer simply selects an AMI, instance type, and network settings, and the resource becomes available within minutes. This contrasts with traditional on-premises procurement, where hardware provisioning involves human workflows, and directly reflects the self-service nature the scenario describes.
- ✗
Resource pooling
Why it's wrong here
Incorrect. Resource pooling refers to the cloud provider's ability to serve multiple customers from the same physical infrastructure using multi-tenancy. The scenario focuses on the user's ability to provision resources independently, not on how the underlying resources are shared.
When this WOULD be correct
A question describes that a cloud provider serves multiple customers from the same physical infrastructure, and customers have no knowledge or control over the exact location of their resources. This would best illustrate resource pooling.
- ✗
Measured service
Why it's wrong here
Incorrect. Measured service is about cloud systems automatically controlling and optimizing resource usage by metering it (e.g., pay-per-use billing). While AWS does meter usage, the scenario emphasizes the provisioning action, not the billing or metering aspect.
When this WOULD be correct
A company uses AWS to run a batch processing job and is charged based on the number of compute hours and data transfer. The billing dashboard shows detailed usage metrics. This scenario best illustrates measured service because it highlights pay-per-use and resource monitoring.
- ✗
Broad network access
Why it's wrong here
Incorrect. Broad network access means that resources are available over the network and accessed through standard mechanisms (e.g., mobile phones, laptops). Although the developer uses a browser to access the console, the key point is the self-service provisioning capability, not the network accessibility.
When this WOULD be correct
A question asks: 'A company's employees access cloud applications from their office, home, and mobile devices using standard internet protocols. Which cloud characteristic does this describe?' Then broad network access is correct.
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
On-demand self-service means a customer can provision computing resources—such as launching an EC2 instance—directly through the AWS Management Console, CLI, or SDKs, without requiring manual approval or intervention from AWS personnel or an internal IT queue. The developer simply selects an AMI, instance type, and network settings, and the resource becomes available within minutes. This contrasts with traditional on-premises procurement, where hardware provisioning involves human workflows, and directly reflects the self-service nature the scenario describes.
✗Resource poolingWrong answer — click to see why▾
Why this is wrong here
The scenario emphasizes that the developer independently provisions an EC2 instance without human interaction, which is the definition of on-demand self-service. Resource pooling refers to the provider's multi-tenant model where computing resources are pooled to serve multiple customers, which is not illustrated here.
★ When this WOULD be the correct answer
A question describes that a cloud provider serves multiple customers from the same physical infrastructure, and customers have no knowledge or control over the exact location of their resources. This would best illustrate resource pooling.
Why candidates choose this
Candidates may confuse the ability to choose from a variety of resources (like AMIs and instance types) with resource pooling, not realizing that resource pooling is about the provider's underlying multi-tenant architecture, not the customer's selection options.
✗Measured serviceWrong answer — click to see why▾
Why this is wrong here
The scenario emphasizes provisioning without human interaction, which is on-demand self-service. Measured service relates to metering and billing for usage, not the ability to provision resources autonomously.
★ When this WOULD be the correct answer
A company uses AWS to run a batch processing job and is charged based on the number of compute hours and data transfer. The billing dashboard shows detailed usage metrics. This scenario best illustrates measured service because it highlights pay-per-use and resource monitoring.
Why candidates choose this
Candidates may confuse the ability to quickly provision resources with the concept of metered usage, thinking that any automated process implies measurement, but measured service specifically refers to usage tracking and billing.
✗Broad network accessWrong answer — click to see why▾
Why this is wrong here
Broad network access refers to the ability to access cloud services over the network via standard protocols, but the scenario emphasizes the developer's ability to provision resources without human interaction, which is on-demand self-service.
★ When this WOULD be the correct answer
A question asks: 'A company's employees access cloud applications from their office, home, and mobile devices using standard internet protocols. Which cloud characteristic does this describe?' Then broad network access is correct.
Why candidates choose this
Candidates may confuse broad network access with the ability to access the AWS Management Console from anywhere, but the key point is the self-service provisioning without IT intervention.
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?”
Go deeper
Related to this question
About these practice questions
One of 988 original CLF-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
3 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 development team needs to create a new Amazon RDS MySQL database for a temporary testing environment. A developer logs into the AWS Management Console, selects the desired instance type, storage, and network settings, and clicks 'Create database'. The database is available within 10 minutes, and the developer did not need to submit a request or wait for IT approval. Which essential characteristic of cloud computing does this process best demonstrate?
easy- A.Rapid elasticity
- ✓ B.On-demand self-service
- C.Broad network access
- D.Resource pooling
Why B: The developer was able to create and provision the RDS MySQL database entirely through the AWS Management Console without any human interaction or approval from IT. This is the core definition of on-demand self-service: a user can provision computing resources as needed automatically, without requiring service provider interaction. The process took only 10 minutes and required no ticket submission, which directly aligns with the NIST definition of on-demand self-service.
Variation 2. A development team needs to create a temporary Amazon RDS database for testing a new feature. The team uses the AWS Management Console to launch a db.t3.micro MySQL instance, configures the security group, and connects the application within minutes. When the testing is complete, they terminate the instance without any interaction with AWS support or IT administrators. This ability to provision and manage resources entirely through self-service interfaces best describes which essential characteristic of cloud computing?
medium- ✓ A.On-demand self-service
- B.Resource pooling
- C.Rapid elasticity
- D.Measured service
Why A: The scenario describes the development team provisioning and terminating an RDS instance entirely through the AWS Management Console without requiring any human interaction with AWS support or IT administrators. This aligns with the NIST definition of on-demand self-service, where a consumer can unilaterally provision computing capabilities as needed automatically without requiring human interaction with each service provider.
Variation 3. A development team needs to spin up a new Amazon RDS database instance for a proof-of-concept application. The team can log into the AWS Management Console, select the database engine, configure settings, and launch the instance within minutes, without needing to submit a ticket or wait for IT operations to provision hardware. Which essential characteristic of cloud computing does this scenario BEST demonstrate?
medium- A.Resource pooling
- B.Measured service
- ✓ C.On-demand self-service
- D.Rapid elasticity
Why C: The scenario describes a user independently provisioning an RDS instance through the AWS Management Console without any human interaction with IT operations. This directly aligns with the on-demand self-service characteristic of cloud computing, where users can provision computing resources automatically as needed without requiring service provider interaction.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.