Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/roxsross/aws-cloud-practitioner-complete-guide/llms.txt

Use this file to discover all available pages before exploring further.

A cloud deployment model describes where your infrastructure lives and who controls it. Understanding the three core models — public, private, and hybrid — is essential for the CLF-C02 exam, which regularly presents scenarios where you must select the appropriate deployment strategy based on regulatory requirements, cost sensitivity, latency constraints, or existing on-premises investments.
Exam shortcut: Unless a question explicitly mentions on-premises requirements, regulatory data residency rules, or existing legacy infrastructure, the correct answer almost always involves the public cloud. Public cloud is the AWS default.

The Three Deployment Models

What Is Public Cloud?

Public cloud resources are owned and operated by a third-party cloud provider — like AWS — and delivered over the internet. The infrastructure is shared among multiple customers (multi-tenancy), but each customer’s data and workloads are logically isolated and secure.Think of public cloud like staying in a hotel. The building and amenities are shared by all guests, but your room is private. You pay only for the nights you stay. Housekeeping and maintenance are handled for you.

Key Characteristics

  • Infrastructure owned and managed entirely by AWS
  • Resources shared across many customers via virtualization
  • Accessed over the internet or AWS Direct Connect
  • Pay-as-you-go or reserved pricing
  • No capital expenditure — pure operational expense

Advantages

  • Lowest cost — shared infrastructure dramatically reduces per-unit prices
  • Instant access — provision resources in minutes, not months
  • Unlimited scale — virtually infinite capacity on demand
  • Zero maintenance — AWS handles all hardware, patches, and facilities
  • Global reach — deploy in any of 30+ AWS Regions worldwide
  • Latest technology — access new services as soon as AWS releases them

Potential Limitations

  • Less direct control over underlying hardware
  • Requires reliable internet connectivity for management
  • Certain regulatory frameworks may restrict which data can leave a jurisdiction

Best Use Cases

  • Web applications, mobile backends, and APIs
  • Development, test, and staging environments
  • Big data analytics and machine learning workloads
  • Startups and businesses without existing data center investments
  • Any workload where elasticity and speed-to-market are priorities

AWS Public Cloud Services (Examples)

Amazon EC2, Amazon S3, Amazon RDS, AWS Lambda — essentially every service in the AWS catalog when deployed in a standard Region.

Comparison: Public vs. Private vs. Hybrid

DimensionPublic CloudPrivate CloudHybrid Cloud
CostLow (pay-as-you-go)High (CapEx + OpEx)Medium (mixed model)
ControlLow–MediumMaximumMedium
ScalabilityNear-unlimitedLimited by hardwareHigh (scales via public)
Security postureShared responsibilityFull customer ownershipComplex (both models)
Time to provisionMinutesWeeks–MonthsMixed
Data sovereigntyProvider-dependentFull controlSelective
Compliance suitabilityMost industriesStrictest requirementsMulti-regulation scenarios
Management complexityLowHighHighest
Innovation speedFastestSlowestMedium

When to Choose Each Model

  • You are a startup or small business without existing infrastructure
  • Your workloads are variable and benefit from elastic scaling
  • Speed-to-market is a priority
  • Your compliance requirements are met by AWS’s certifications (most industries are)
  • You want to minimize operational burden on your IT team
  • Your data has no strict geographic residency requirements
  • Regulations explicitly require data to remain on your own infrastructure
  • Your industry has the strictest data privacy laws (certain government, defense, or financial use cases)
  • You have significant existing data center investment that cannot be abandoned
  • You need absolute control over hardware configuration and supply chain
  • Network latency to any external provider is unacceptable for your workload
  • You have legacy on-premises systems that cannot be migrated immediately
  • You want to gradually move workloads to the cloud without a big-bang migration
  • Different workloads have different compliance requirements (some can be in AWS, some cannot)
  • You want cloud bursting — using AWS for demand overflow beyond on-premises capacity
  • You are in a regulated industry that allows cloud for non-sensitive data but requires on-premises for sensitive data
For the CLF-C02 exam, multi-cloud (using multiple cloud providers like AWS + Azure + GCP simultaneously) is not one of the three primary deployment models you need to know, but it may appear as a distractor. Focus your study on Public, Private, and Hybrid.

Build docs developers (and LLMs) love