Skip to content
Getting Digital

Cloud Computing

Cloud fundamentals

Every cloud conversation rests on perhaps twenty words, and most confusion in the field comes from using them loosely: calling any rented server a cloud, or treating a region as if it were a data centre. This topic fixes that vocabulary as the foundational exams test it, then shows where each term changes a real decision about cost, resilience or who patches what.

Why this topic exists: Service and deployment models, regions and availability zones, elasticity and shared responsibility: the vocabulary every foundational exam tests first (AZ-900 Cloud Concepts; CLF-C02; NIST SP 800-145).

The foundational papers from Microsoft, AWS and Oracle open with the same material because nothing later makes sense without it. Azure Fundamentals gives cloud concepts a whole section of its own, and that section reads like a glossary with decisions attached. Learn these terms as consequences, not definitions, and the associate exams become easier to reason through.

  • Service models. With IaaS you rent machines, disks and networks and run everything above the operating system. With PaaS the platform runs your code and keeps the runtime current. With SaaS you simply use finished software. Each step up hands more work, and more control, to the provider.
  • Deployment models. Public clouds serve any paying customer; private ones serve a single organisation; hybrid estates join the two with networking and shared identity. NIST adds a fourth, the community cloud, shared by organisations with common obligations.
  • Regions and availability zones. A region is a geographic area; a zone is an isolated group of data centres inside it with separate power and cooling. Spreading across zones survives a building failure; surviving the loss of an entire region takes a second region and a plan.
  • Elasticity and scalability. Scalability means a system can grow. Elasticity means it grows and shrinks on its own as demand moves, which is only true once someone configures it.
  • Consumption pricing. You pay for what runs, measured in seconds, requests or gigabytes, instead of buying capacity in advance.

The split that decides who fixes what

AWS describes security as divided in two: the provider answers for the infrastructure the cloud runs on, and the customer answers for whatever they put into it. Some controls are inherited outright, such as physical security of the halls. Some are shared, such as patching, where the provider patches its hosts and you patch your guest operating system. Some are yours alone. The line is not fixed. On a virtual machine you own nearly everything above the hypervisor; on a managed database or a storage service, the provider takes the engine and you keep access rights, encryption choices and the data itself. The defence of that customer half is a field of its own, which the cybersecurity silo treats under cloud security.

Two words beginners swap

A single availability zone is not high availability. Exam questions often describe a service running in one zone and ask what survives a data-centre outage; the answer is nothing, however many instances are running there.

Where to take this next depends on your goal. Azure Fundamentals and Cloud Practitioner certify exactly this vocabulary on their own platforms, and OCI Foundations does the same without a fee. Anyone who already works in IT can often skip the paper and go straight to an associate exam, but not the content: the associate questions assume every term above and use them without explanation. The cloud platforms topic then translates these ideas into each vendor's product names, and governance and landing zones shows how an estate is divided into accounts, subscriptions or projects before the first workload arrives.

Next to this topic

Concepts to know

Glossary entries with the reason each one matters here.

  • IaaS

    The service model every fundamentals exam starts with.

  • PaaS

    The second service model, and the one most beginners confuse with the first.

  • Serverless Computing

    The far end of the service-model spectrum.

  • Cloud Hosting

    Where a website's hosting turns into cloud computing.

Certifications that test it

Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.

Guides that apply

Frequently asked

What is the difference between IaaS, PaaS and SaaS?
How much of the stack you run. IaaS gives you virtual hardware and leaves the operating system and everything above it to you. PaaS runs your application code on a platform the provider maintains. SaaS is finished software you log in to, such as email or a CRM, with nothing of yours underneath.
Is a region the same as a data centre?
No. A region is an area containing several availability zones, and each zone is one or more data centres with independent power, cooling and networking. Designing across zones protects against a local failure; designing across regions protects against an area-wide one and costs noticeably more effort.
Does the provider handle security in the cloud?
Only its half. The provider secures facilities, hardware and the virtualisation layer. Your accounts, permissions, network rules, encryption settings and data remain your responsibility, and mistakes on that side sit behind many of the cloud breaches that make headlines.

Courses in the directory

122 courses are filed here; the top 3 by our ranking, details and the provider link on each course page.

Browse the directory shelf

Last reviewed 26 September 2026 · Getting Digital