What Is a Hybrid Cloud Deployment Model?
A financial services company keeps sensitive customer data in an on-premises data center. Regulatory requirements prohibit this data from being stored in the cloud. However, the company needs to run compute-intensive analytics jobs that periodically require more processing power than its on-premises servers can provide. The company wants to use AWS for these burst capacity needs while keeping the sensitive data on premises. Which cloud deployment model best describes this approach?
Quick Answer
The correct answer is the hybrid cloud deployment model. This model is the right choice because it combines on-premises infrastructure—effectively a private cloud for sensitive data—with public cloud resources like AWS, allowing the company to meet strict regulatory requirements while scaling compute capacity on demand. In this scenario, the sensitive customer data remains securely on premises, and AWS is used only for burst processing power through services like EC2 Auto Scaling or AWS Batch, ensuring compliance without sacrificing performance. On the AWS Certified Cloud Practitioner CLF-C02 exam, this question tests your understanding of how hybrid cloud uniquely addresses data residency and elasticity needs, often appearing as a scenario where a private cloud alone lacks scalability or a public cloud alone violates compliance. A common trap is choosing public cloud because it offers burst capacity, but the key is that data never leaves the on-premises environment. Remember the memory tip: hybrid cloud keeps the crown jewels on-site while borrowing the cloud’s muscle.
⚠ Common exam trap
Candidates often confuse 'hybrid cloud' with 'public cloud' because they see AWS usage, but the key distinction is that sensitive data stays on-premises, making it a hybrid model, not a pure public cloud deployment.
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
✓
Hybrid cloud
The hybrid cloud model is correct because it combines on-premises infrastructure (private cloud) with public cloud resources (AWS) while keeping sensitive data on-premises. The company uses AWS for burst compute capacity via services like AWS Batch or EC2 Auto Scaling, but the data never leaves the on-premises data center, satisfying regulatory requirements.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Public cloud
Why it's wrong here
Public cloud is a model where all resources are hosted off-premises and shared with other customers. This would require the sensitive data to be stored in the cloud, violating regulatory requirements.
When this WOULD be correct
A startup wants to run a web application with no on-premises infrastructure, using only AWS services for compute, storage, and database. They have no regulatory data restrictions and need to scale quickly. In this scenario, public cloud is the correct deployment model.
- ✗
Private cloud
Why it's wrong here
A private cloud is dedicated to a single organization but is typically hosted in a cloud provider's data center, not on-premises. It does not allow for the burst capacity from a public provider like AWS while keeping data on-premises.
When this WOULD be correct
An organization requires a fully isolated cloud environment dedicated solely to its operations, with no connection to public cloud services, due to strict regulatory or security policies. For example, a government agency must run all workloads in a private cloud to meet data sovereignty requirements.
- ✓
Hybrid cloud
Why this is correct
Hybrid cloud connects on-premises infrastructure with public cloud services. This enables the company to keep sensitive data on-premises for compliance while leveraging AWS for burst compute capacity, matching the described requirements.
- ✗
Community cloud
Why it's wrong here
Community cloud is a model where infrastructure is shared by several organizations from a specific community with common compliance or security concerns. It does not involve combining on-premises and public cloud resources.
When this WOULD be correct
A question where multiple organizations with shared regulatory requirements (e.g., healthcare providers) jointly use a cloud infrastructure managed by a third party, and the data must remain within that community.
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.
✓Hybrid cloudCorrect answer▾
Why this is correct
Hybrid cloud connects on-premises infrastructure with public cloud services. This enables the company to keep sensitive data on-premises for compliance while leveraging AWS for burst compute capacity, matching the described requirements.
✗Public cloudWrong answer — click to see why▾
Why this is wrong here
A public cloud model involves storing and processing data entirely on AWS infrastructure, but the question explicitly prohibits storing sensitive data in the cloud. The company must keep data on-premises, so public cloud alone is not allowed.
★ When this WOULD be the correct answer
A startup wants to run a web application with no on-premises infrastructure, using only AWS services for compute, storage, and database. They have no regulatory data restrictions and need to scale quickly. In this scenario, public cloud is the correct deployment model.
Why candidates choose this
Candidates may think that because the company uses AWS for burst capacity, it is simply using the public cloud, overlooking the requirement that sensitive data remains on-premises, which makes it a hybrid model.
✗Private cloudWrong answer — click to see why▾
Why this is wrong here
A private cloud is dedicated to a single organization and typically hosted on-premises or by a third-party provider, but it does not involve integration with public cloud resources. This scenario requires bursting to AWS (public cloud) while keeping sensitive data on-premises, which is a hybrid cloud model, not private cloud.
★ When this WOULD be the correct answer
An organization requires a fully isolated cloud environment dedicated solely to its operations, with no connection to public cloud services, due to strict regulatory or security policies. For example, a government agency must run all workloads in a private cloud to meet data sovereignty requirements.
Why candidates choose this
Candidates may mistakenly think that because sensitive data stays on-premises, the entire solution is a private cloud, overlooking the use of AWS for burst capacity which introduces a public cloud component.
✗Community cloudWrong answer — click to see why▾
Why this is wrong here
A community cloud is shared by several organizations with common concerns (e.g., compliance), but this question describes a single company using both on-premises and AWS resources, which is a hybrid cloud model, not a community cloud.
★ When this WOULD be the correct answer
A question where multiple organizations with shared regulatory requirements (e.g., healthcare providers) jointly use a cloud infrastructure managed by a third party, and the data must remain within that community.
Why candidates choose this
Candidates may confuse 'community' with the idea of sharing resources across on-premises and cloud, or think that regulatory requirements imply a community cloud, but the key is that only one company is involved.
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
4 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 has a strict data residency policy that requires all customer data to remain stored on-premises at all times. However, the company experiences unpredictable spikes in compute demand and wants to use an AWS cloud environment to handle this additional workload during peak periods. The company needs a solution that allows them to seamlessly run applications across their on-premises infrastructure and AWS, using consistent management tools and APIs. The company also needs a dedicated, private network connection between the two environments for low latency and security. Which cloud deployment model best describes this architecture?
easy- A.Public cloud
- B.Private cloud
- ✓ C.Hybrid cloud
- D.Community cloud
Why C: The architecture described combines on-premises infrastructure with AWS cloud resources, connected via a dedicated private network (likely AWS Direct Connect or VPN), while using consistent management tools and APIs. This is the defining characteristic of a hybrid cloud model, which enables workload portability and unified operations across both environments.
Variation 2. A financial services company must keep customer financial records on-premises to comply with data residency regulations. The company wants to use AWS services such as Amazon SageMaker and Amazon Athena to run analytics on anonymized subsets of the data. The company establishes a dedicated AWS Direct Connect connection between its on-premises data center and its VPC, and uses AWS Storage Gateway to cache frequently accessed data locally while storing all data in Amazon S3. Which cloud deployment model does this architecture represent?
medium- A.Public cloud
- B.Private cloud
- ✓ C.Hybrid cloud
- D.Community cloud
Why C: This architecture combines on-premises infrastructure (customer data center with AWS Storage Gateway caching) with AWS cloud services (SageMaker, Athena, S3) connected via AWS Direct Connect, which is the defining characteristic of a hybrid cloud deployment. A hybrid cloud model integrates private on-premises resources with public cloud services, allowing data to remain on-premises for compliance while leveraging cloud analytics.
Variation 3. A financial services company is required by regulation to keep all customer transaction data on-premises. However, they want to use AWS to run analytics workloads on this data using Amazon EMR and Amazon S3 for temporary storage of intermediate results. They need a solution that connects their on-premises network to AWS securely and allows them to extend their on-premises environment into the AWS Cloud. Which cloud computing deployment model does this scenario BEST describe?
medium- A.Public cloud
- B.Private cloud
- ✓ C.Hybrid cloud
- D.Community cloud
Why C: The scenario describes a hybrid cloud deployment model, where the company maintains on-premises infrastructure for regulatory compliance (keeping customer transaction data on-premises) while leveraging AWS public cloud services (Amazon EMR and Amazon S3) for analytics workloads. The requirement to connect the on-premises network to AWS securely and extend the on-premises environment into the AWS Cloud is a defining characteristic of hybrid cloud, often implemented using AWS Direct Connect or VPN connections to create a unified network.
Variation 4. A financial services company maintains a legacy on-premises database for sensitive customer data that must remain in a physically controlled environment due to regulatory requirements. The company runs its customer-facing web application on AWS to benefit from scalability and global reach. A dedicated encrypted VPN connection securely links the on-premises environment with the AWS cloud. Which cloud deployment model does this scenario BEST represent?
medium- A.Public cloud
- B.Private cloud
- ✓ C.Hybrid cloud
- D.Community cloud
Why C: This scenario best represents a hybrid cloud because it combines on-premises infrastructure (the legacy database) with public cloud resources (AWS) connected via a dedicated encrypted VPN. The hybrid cloud model allows the company to keep sensitive data in a physically controlled environment while leveraging AWS's scalability for the customer-facing web application.
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.