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

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.

    When this WOULD be correct

    A question describing a developer launching an EC2 instance via the AWS Management Console without needing to contact AWS support would illustrate on-demand self-service.

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

    When this WOULD be correct

    A company deploys a mobile app that allows users to upload photos from anywhere using their smartphones. The cloud service is accessible via the internet from various devices (laptops, tablets, phones) using standard protocols. This scenario best illustrates broad network access.

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

    When this WOULD be correct

    A question describing a multi-tenant environment where multiple customers share the same physical infrastructure, with resources allocated and reallocated on demand without the customer knowing the exact location of the resources, would make resource pooling the correct answer.

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

    Related concept

    Rapid elasticity is the ability to scale resources up or down quickly and automatically.

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.

Rapid elasticityCorrect answer

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.

On-demand self-serviceWrong answer — click to see why

Why this is wrong here

On-demand self-service refers to a user provisioning computing resources without human interaction, but the scenario focuses on automatic scaling based on demand, not self-service provisioning.

★ When this WOULD be the correct answer

A question describing a developer launching an EC2 instance via the AWS Management Console without needing to contact AWS support would illustrate on-demand self-service.

Why candidates choose this

Candidates may confuse automatic scaling with the ability to provision resources on demand, as both involve responding to needs without manual intervention.

Broad network accessWrong answer — click to see why

Why this is wrong here

Broad network access refers to the ability to access cloud resources over the network using standard protocols (e.g., internet, VPN). The scenario focuses on automatic scaling of EC2 instances based on demand, not on network accessibility.

★ When this WOULD be the correct answer

A company deploys a mobile app that allows users to upload photos from anywhere using their smartphones. The cloud service is accessible via the internet from various devices (laptops, tablets, phones) using standard protocols. This scenario best illustrates broad network access.

Why candidates choose this

Candidates may confuse the concept of accessing resources over a network (broad network access) with the automatic scaling of resources (rapid elasticity), as both involve network-connected resources.

Resource poolingWrong answer — click to see why

Why this is wrong here

Resource pooling refers to the provider's computing resources being pooled to serve multiple customers, with physical and virtual resources dynamically assigned. The scenario describes automatic scaling based on demand, which is rapid elasticity, not resource pooling.

★ When this WOULD be the correct answer

A question describing a multi-tenant environment where multiple customers share the same physical infrastructure, with resources allocated and reallocated on demand without the customer knowing the exact location of the resources, would make resource pooling the correct answer.

Why candidates choose this

Candidates may confuse resource pooling with elasticity because both involve dynamic resource allocation, but resource pooling is about multi-tenancy and location independence, not automatic scaling based on load.

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

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.

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

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CLF-C02 practice questions

Last reviewed: Jun 30, 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.