Courseiva
Question 644 of 988
Cloud ConceptsmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Concepts Practice Question

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?

⚠ Common exam trap

Test-takers frequently 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.

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

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.

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 is a NIST-defined cloud characteristic that lets users provision computing capabilities, such as server time and network storage, automatically without requiring human interaction with the service provider. In this CI/CD scenario, the pipeline automatically provisions the environment through APIs or infrastructure as code, eliminating manual console access or service requests. This directly matches the definition, unlike rapid elasticity, which focuses on dynamic scaling to meet load changes, or high availability, which concerns fault-tolerant uptime.

  • 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

    High availability refers to an application's ability to remain functional and accessible even when infrastructure components fail, typically achieved by deploying across multiple Availability Zones, using load balancers, and implementing automatic failover. The scenario describes a CI/CD pipeline automatically provisioning an environment, which is an automation operation, not a resilience architecture. There is no evidence of redundancy, failure recovery, or uptime guarantees, so high availability does not explain the demonstrated behavior. Therefore, this option is incorrect because the core requirement is about automating provisioning, not about fault tolerance.

    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

On-demand self-service is a NIST-defined cloud characteristic that lets users provision computing capabilities, such as server time and network storage, automatically without requiring human interaction with the service provider. In this CI/CD scenario, the pipeline automatically provisions the environment through APIs or infrastructure as code, eliminating manual console access or service requests. This directly matches the definition, unlike rapid elasticity, which focuses on dynamic scaling to meet load changes, or high availability, which concerns fault-tolerant uptime.

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

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

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

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.

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.