AWS Certified Cloud Practitioner (CLF-C02)

AWS Cloud Computing Basics for CLF-C02 Exam Preparation

11 min read5 July 2026

AWS cloud computing basics start with a simple idea: organisations can access computing resources over a network when they need them, rather than buying and operating all the underlying hardware themselves. For CLF-C02 preparation, the essential concepts are on-demand access, consumption-based pricing, cloud delivery models, elasticity, availability and shared responsibility. These explain how cloud systems behave and who manages each part. Understanding them first makes service-specific revision more meaningful: instead of memorising product names, learners can connect a business requirement to the type of capability that meets it and recognise the trade-offs involved.

The AWS Certified Cloud Practitioner exam assesses foundational cloud knowledge, not the ability to build a complex production environment. However, foundational does not mean learning definitions in isolation. Questions can ask learners to distinguish elasticity from scalability, explain why multiple locations improve resilience, or identify which security tasks remain with a customer. This guide builds those connections before introducing detailed service revision. It also separates concepts that beginners often mix up, such as deployment models and service models. The aim is to develop a practical framework for interpreting scenarios across security, technology, billing and the business value of AWS.

Key points

  • Separate service models from deployment models before studying individual AWS services.
  • Distinguish scalability and elasticity from availability, durability and disaster recovery.
  • Identify the service before deciding where AWS and customer responsibilities fall.
  • Use foundational concepts to reason through CLF-C02 scenarios, then expand into service-specific revision.

What does cloud computing change about running IT?

In a traditional on-premises environment, an organisation typically plans capacity, purchases equipment and maintains the facilities that support it. Cloud computing changes how those resources are obtained and managed. With AWS, customers can provision capabilities such as compute, storage and databases through management tools and APIs without purchasing the underlying physical infrastructure. Access is generally on demand, although quotas, regional availability and capacity constraints still apply. This model can shorten the time between identifying a need and testing a solution. It does not remove the need for architecture, security, financial oversight or ongoing operational management.

A useful financial distinction is between committing money to owned infrastructure and paying for services as they are consumed. Cloud adoption can reduce the need for large upfront infrastructure purchases, but it does not guarantee lower spending. Costs depend on service selection, usage patterns, pricing arrangements and how carefully resources are managed. Idle resources can still create charges, and stopping one component does not necessarily stop charges for associated storage or other resources. For the AWS Cloud Practitioner exam, connect cloud value to agility, flexible capacity and economies of scale rather than assuming that every migration automatically saves money.

  • On-demand provisioning reduces dependence on hardware procurement cycles.
  • Usage-based charging still requires budgeting and cost monitoring.
  • Cloud resources remain subject to service quotas and availability.
  • Faster experimentation is a business benefit, not a guarantee of success.

How do cloud service models differ from deployment models?

Service models describe how management responsibilities are divided. Infrastructure as a Service, or IaaS, provides resources such as virtual machines, networking and storage while leaving substantial configuration and operating system work to the customer. Platform as a Service, or PaaS, provides a managed environment for deploying applications, reducing the infrastructure work developers perform. Software as a Service, or SaaS, delivers a ready-to-use application that customers access and configure. These are useful conceptual categories, not rigid labels for every AWS offering. Always examine what a particular service manages and what the customer must still secure, configure and maintain.

Deployment models answer a different question: where and for whom does the cloud environment operate? Public cloud services are offered by a provider to multiple customers, with controls that separate their resources. A private cloud is dedicated to one organisation and may be operated on premises or hosted elsewhere; an ordinary server room is not automatically a private cloud. Hybrid cloud combines distinct environments, commonly on-premises infrastructure and public cloud services, with connectivity or integration between them. Using multiple cloud providers is generally called multicloud. An Amazon Virtual Private Cloud provides logically isolated networking within AWS; it does not turn AWS into a private cloud.

  • Service model: which technology layers does the provider manage?
  • Deployment model: how and where are environments operated?
  • Public cloud does not mean customer data is publicly accessible.
  • A VPC is not the same thing as a private cloud deployment.

How do scalability and elasticity respond to changing demand?

Scalability is a system's ability to accommodate changes in workload by adjusting capacity. Vertical scaling changes the size or capability of an individual resource, such as selecting a larger virtual machine. Horizontal scaling changes the number of resources, such as adding application instances. Neither approach is automatically better in every situation. A larger machine may be straightforward to adopt, while additional instances may support both higher capacity and greater resilience if the application is designed appropriately. For exam scenarios, first identify whether the requirement concerns a bigger individual resource or more resources working together to serve the workload.

Elasticity emphasises matching capacity to demand as it changes, including reducing capacity when demand falls. For example, an online booking application might add instances during a sales event and remove them afterwards. Automated scaling can support this behaviour, but it depends on configuration, suitable metrics, service capabilities and an architecture that can use the added capacity. Elasticity is therefore not a promise of instant, unlimited resources. It can help avoid overprovisioning, but cost savings depend on what scales down and what remains chargeable. Serverless services reduce infrastructure management and often offer automatic scaling, yet still have quotas and service-specific charging rules.

  • Vertical scaling changes the size of a resource.
  • Horizontal scaling changes the number of resources.
  • Elasticity matches capacity to changing demand.
  • Automated scaling needs appropriate configuration and monitoring.
  • Serverless does not mean unlimited capacity or zero cost.

How do Regions and Availability Zones support availability?

Availability describes whether a system can perform its intended function when users need it. An AWS Region is a separate geographical area containing multiple Availability Zones. Each Availability Zone consists of one or more discrete data centres with redundant power, networking and connectivity. Zones within a Region are physically separated and connected through low-latency networking. Deploying suitable workloads across multiple Availability Zones can reduce the impact of a failure in one zone. However, simply creating resources in two zones does not make an application highly available: traffic routing, data replication, dependencies and recovery behaviour must also be considered.

Keep availability separate from durability and disaster recovery. Durability concerns the preservation of data over time; it does not guarantee that an application is reachable at every moment. Backups support recovery but do not automatically keep a service running during an outage. Disaster recovery plans address how workloads and data will be restored after disruptive events, using recovery time and data-loss objectives to guide design. Multi-Region architectures can support particular resilience, latency or regulatory requirements, but they add cost and complexity. For CLF-C02, recognise that regional service availability, data residency needs and proximity to users can all influence Region selection.

  • Multiple Availability Zones can reduce exposure to a zone-level failure.
  • High availability requires resilient applications and dependencies.
  • Durability concerns data preservation, not uninterrupted access.
  • Backups and disaster recovery complement availability planning.
  • Multi-Region deployment is not required for every workload.

Who secures what under the AWS shared responsibility model?

AWS describes shared responsibility as security of the cloud versus security in the cloud. AWS protects the infrastructure that runs its services, including physical facilities, hardware and the underlying networking and virtualisation layers. Customers remain responsible for how they use those services, including managing their data, permissions and relevant configurations. The exact boundary changes with the service selected. For an Amazon EC2 instance, the customer generally manages the guest operating system, including updates and security patches, as well as installed applications. AWS manages the physical infrastructure and host layer beneath that instance rather than administering everything inside it.

With more abstracted services, AWS takes on additional operational tasks, but customer responsibility does not disappear. For Amazon S3, customers do not patch storage servers; they still control matters such as data classification, access permissions and appropriate protection settings. Identity and access management remains central across service types: users and workloads should receive only the permissions needed for their tasks. Customers must also understand their compliance obligations and evaluate whether their configurations meet them. An AWS compliance certification does not automatically make a customer's application compliant. In exam questions, identify the service first, then locate the task within its responsibility boundary.

  • AWS secures the physical infrastructure supporting its services.
  • EC2 customers generally patch their guest operating systems.
  • Managed services shift responsibilities rather than removing them.
  • Customers remain accountable for appropriate access to their data.
  • Provider compliance evidence does not replace customer compliance work.

How should you use these basics in CLF-C02 revision?

Turn each concept into a decision rule before memorising individual services. If demand rises and falls, consider elasticity; if the application must survive a location failure, consider availability and failure isolation. If a question asks who patches a component, identify the service's management boundary. Then connect these rules to the current CLF-C02 exam domains: Cloud Concepts, Security and Compliance, Cloud Technology and Services, and Billing, Pricing and Support. Check the official AWS exam guide for the current scope and the exam page for booking details, because offerings and policies can change. This provides a stronger basis for revision than relying on an old topic checklist.

For learners seeking an AWS certification for beginners, a structured next step is the [Erudex AWS Certified Cloud Practitioner (CLF-C02) course](/courses/aws-cloud-practitioner), followed by targeted [practice tests](/practice). Use practice results to identify conceptual gaps rather than memorising answer positions: explain why the correct option fits and why each alternative does not. Keep any course completion certificate distinct from AWS certification, which is earned by passing the official AWS exam. Before moving into detailed service revision, practise explaining the foundational concepts without notes and apply them to unfamiliar scenarios involving variable demand, sensitive data, operational responsibilities and service interruptions.

  • Identify the requirement before selecting a service.
  • Explain why incorrect options fail to meet the scenario.
  • Verify exam scope against the official AWS exam guide.
  • Revise cost management alongside technology and security.

Frequently asked questions

Do you need technical experience before studying for AWS Cloud Practitioner?
Extensive technical experience is not required to begin studying, and AWS does not require a prior certification for this exam. Basic familiarity with applications, networks, storage and databases can make the material easier to understand. Beginners should establish those foundations alongside cloud concepts, then study security, core services and billing. The exam is designed to validate foundational understanding, so practical reasoning and accurate terminology matter more than advanced implementation skills.
What is the simplest difference between scalability and elasticity?
Scalability means a system can adjust its capacity to handle a different workload. Elasticity focuses on matching that capacity to changing demand, including reducing it when demand drops. For example, increasing a server's size demonstrates scaling, while automatically adding and removing application instances in response to traffic demonstrates elasticity. The concepts overlap, but an exam question about fluctuating demand and avoiding unused capacity usually points towards elasticity.
Does using AWS make an application automatically secure and highly available?
No. AWS provides infrastructure, services and controls that support security and availability, but customers must use them appropriately. Permissions, application design, data protection settings and deployment choices all matter. A workload running on one instance in one Availability Zone can still have a single point of failure. Similarly, a managed service reduces certain operational responsibilities without removing the customer's obligation to control access and protect data appropriately.
Are cloud computing basics enough to pass CLF-C02?
Cloud computing basics provide the framework, but they do not cover the whole exam. Learners also need knowledge of core AWS services, security capabilities, billing tools, pricing concepts and support options within the official exam scope. After learning the foundations, use the current exam guide to organise service-specific revision. Scenario questions are useful for checking whether you can apply concepts, rather than simply recognise a definition or service name.

Study it properly: AWS Certified Cloud Practitioner (CLF-C02)

Master fundamental cloud computing architectures, security governance, and AWS core services for the CLF-C02 exam.

More on this subject

All articles · Sitemap