What is Resource Pooling in Cloud Computing?
A company runs its web application on a fleet of Amazon EC2 instances. The operations team does not know which specific physical servers host their instances, nor does the team have any control over the underlying hardware. However, the team can be confident that if one physical server fails, AWS will automatically launch replacement instances on different hosts. The team can also specify the general geographic region (e.g., us-west-2) but not the exact data center. This scenario best describes which essential characteristic of cloud computing?
Quick Answer
The answer is resource pooling. This characteristic is correct because cloud computing aggregates physical and virtual resources—like servers, storage, and network capacity—into a shared, multi-tenant pool that can be dynamically assigned and reassigned to customers on demand. In the scenario, the operations team has no visibility into or control over the specific physical host or data center; they can only specify a high-level geographic region, and AWS automatically handles failover by launching replacement instances on different hosts within that pool. On the AWS Certified Cloud Practitioner CLF-C02 exam, this question tests your ability to distinguish resource pooling from other characteristics like rapid elasticity or measured service—a common trap is confusing it with high availability, but the key is the lack of control over the underlying physical location. Remember the memory tip: “Pool, not control”—if you can’t see or choose the exact server or data center, it’s resource pooling.
⚠ Common exam trap
A common mix-up: candidates confuse the automatic failover and lack of hardware control with 'rapid elasticity' or 'on-demand self-service,' but the key is the abstraction of physical resources and multi-tenancy, which is the textbook definition of resource pooling.
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
✓
Resource pooling
Resource pooling is correct because the scenario describes how the cloud provider's physical and virtual resources (servers, hosts, data centers) are aggregated into a shared pool to serve multiple customers. The operations team cannot control or know the exact physical host or data center, but AWS abstracts that complexity and can automatically launch replacement instances on different hosts if one fails. This multi-tenant model, where the customer has no visibility or control over the underlying physical location beyond a high-level region, is the defining characteristic of resource pooling.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Rapid elasticity
Why it's wrong here
Rapid elasticity refers to the ability to scale resources up and down quickly in response to demand. The scenario does not describe scaling behavior; it focuses on the lack of control over the underlying hardware and location, which is resource pooling.
When this WOULD be correct
A question describing a web application that experiences sudden traffic spikes and automatically adds or removes EC2 instances within minutes to handle load would make rapid elasticity the correct answer.
- ✓
Resource pooling
Why this is correct
Resource pooling is the correct characteristic. The cloud provider pools its infrastructure to serve multiple customers, and customers do not know the exact physical location of their resources. The scenario explicitly states that the team does not know which physical servers host their instances and can only specify a region, matching resource pooling.
- ✗
Measured service
Why it's wrong here
Measured service means that cloud resources are metered and customers pay only for what they use. The scenario does not mention metering, billing, or usage tracking.
When this WOULD be correct
A company uses AWS CloudTrail and billing reports to track resource consumption per department. The question asks which characteristic enables this granular usage tracking and cost allocation. Measured service would be correct because it provides metering capabilities for pay-as-you-go billing.
- ✗
On-demand self-service
Why it's wrong here
On-demand self-service allows users to provision resources automatically without requiring human interaction. The scenario does not describe the provisioning process; it describes the lack of visibility and control over the underlying hardware, which is resource pooling.
When this WOULD be correct
A scenario where a user can provision an EC2 instance through the AWS Management Console without needing to contact AWS support would illustrate on-demand self-service. For example, a developer launches an instance via the console and it becomes available immediately, without manual approval.
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.
✓Resource poolingCorrect answer▾
Why this is correct
Resource pooling is the correct characteristic. The cloud provider pools its infrastructure to serve multiple customers, and customers do not know the exact physical location of their resources. The scenario explicitly states that the team does not know which physical servers host their instances and can only specify a region, matching resource pooling.
✗Rapid elasticityWrong answer — click to see why▾
Why this is wrong here
Rapid elasticity refers to the ability to quickly scale resources up or down based on demand, but the scenario describes lack of control over physical hardware and automatic replacement on failure, which is resource pooling.
★ When this WOULD be the correct answer
A question describing a web application that experiences sudden traffic spikes and automatically adds or removes EC2 instances within minutes to handle load would make rapid elasticity the correct answer.
Why candidates choose this
Candidates may confuse the automatic replacement of failed instances with scaling, but rapid elasticity is about dynamic scaling to meet demand, not fault tolerance or hardware abstraction.
✗Measured serviceWrong answer — click to see why▾
Why this is wrong here
Measured service refers to the ability to monitor, control, and report usage for billing purposes. The scenario describes resource pooling (shared infrastructure with no control over physical hosts) and rapid elasticity (automatic replacement on failure), not metering or pay-per-use.
★ When this WOULD be the correct answer
A company uses AWS CloudTrail and billing reports to track resource consumption per department. The question asks which characteristic enables this granular usage tracking and cost allocation. Measured service would be correct because it provides metering capabilities for pay-as-you-go billing.
Why candidates choose this
Candidates may confuse the automatic replacement of failed instances with a measured or metered service, thinking that AWS's ability to replace instances automatically is a form of 'measured' assurance, rather than recognizing it as resource pooling and elasticity.
✗On-demand self-serviceWrong answer — click to see why▾
Why this is wrong here
On-demand self-service refers to the ability to provision computing resources without human interaction, but the question focuses on the lack of control over physical hardware and the ability to specify only geographic region, which is about resource pooling, not self-service.
★ When this WOULD be the correct answer
A scenario where a user can provision an EC2 instance through the AWS Management Console without needing to contact AWS support would illustrate on-demand self-service. For example, a developer launches an instance via the console and it becomes available immediately, without manual approval.
Why candidates choose this
Candidates may confuse the ability to launch instances on demand with the underlying characteristic of resource pooling, or they may think that specifying a region is part of self-service, but the key is the lack of control over physical hardware.
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
This CLF-C02 question is part of Courseiva's 988-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way 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 runs multiple containerized applications on a single Amazon ECS cluster using AWS Fargate. The company's compliance team asks whether sharing the same underlying physical hardware with other AWS customers introduces security risks. The company explains that AWS isolates each customer's compute environment, even though resources are drawn from a shared pool. Which essential characteristic of cloud computing does this arrangement best illustrate?
medium- A.Rapid elasticity
- ✓ B.Resource pooling
- C.Measured service
- D.On-demand self-service
Why B: Resource pooling is the cloud characteristic where a provider's computing resources are pooled to serve multiple customers using a multi-tenant model, with physical and virtual resources dynamically assigned and reassigned according to consumer demand. AWS Fargate abstracts the underlying infrastructure, so even though containers run on shared physical hardware, each customer's compute environment is isolated at the hypervisor and kernel level. This arrangement directly illustrates resource pooling because the provider manages the shared pool while ensuring logical separation between tenants.
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.