Question 540 of 1,024
Cloud ConceptsmediumMultiple ChoiceObjective-mapped

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. 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 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?

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.

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. The developer provisions the instance entirely through self-service steps in the AWS Management Console without any human intervention from AWS staff or internal IT, which is the definition of on-demand self-service.

    Related concept

    Read the scenario before looking for a memorised answer.

  • 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

Correct. The developer provisions the instance entirely through self-service steps in the AWS Management Console without any human intervention from AWS staff or internal IT, which is the definition of on-demand self-service.

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?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates 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.

Trap categories for this question

  • Scenario analysis trap

    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.

Detailed technical explanation

How to think about this question

Under the hood, on-demand self-service is enabled by AWS APIs (e.g., EC2 RunInstances) and IAM policies that allow users to call these APIs directly without a human intermediary. The AWS Management Console is a web-based front-end that invokes these same APIs, and the entire provisioning workflow—from AMI selection to security group configuration—is automated by AWS orchestration services, eliminating the need for a ticket or manual approval. In a real-world scenario, this characteristic allows a developer to spin up a test environment in minutes, whereas in a traditional data center, the same task could take days due to hardware procurement and administrator scheduling.

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 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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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.

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 — 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.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CLF-C02 practice questions

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.