top of page
Search

Technology for Decision Makers: Understanding the Cloud

Updated: Jan 13

What Is the Cloud?

Most people hear the term “the cloud” and imagine something abstract or mysterious. In reality, the cloud is simply a modern evolution of something that has existed for decades: leased computer power.


Close-up view of a modern insurance software interface

How Wikipedia Defines the Cloud

Cloud computing is the on‑demand availability of computer system resources — especially data storage and computing power — without direct active management by the user. Large cloud providers operate multiple data centers, and customers pay for what they use through a “pay‑as‑you‑go” model. This reduces upfront capital expenses but can lead to unexpected operating costs if not monitored.


How Wikipedia Defines the Cloud

Cloud computing is the on‑demand availability of computer system resources — especially data storage and computing power — without direct active management by the user. Large cloud providers operate multiple data centers, and customers pay for what they use through a “pay‑as‑you‑go” model. This reduces upfront capital expenses but can lead to unexpected operating costs if not monitored.


A Simpler Definition

A popular meme puts it bluntly:

“There is no cloud; it’s just someone else’s computer.”

And honestly, that’s not far off.


What the Cloud Really Is

At its core, the cloud is:

  • Leased computer power

  • Shared infrastructure (dedicated instances exist, but they’re expensive)

  • A continuation of a decades‑old hosting model

Classic examples of early “cloud‑like” hosting:

  • HostGator

  • GoDaddy

  • Webhost4Life

I’ve personally been leasing compute resources for 25 years — long before the term “cloud” became mainstream.


When Did “Leased Computers” Become “The Cloud”?

The shift happened in August 2006, when Amazon entered the hosting space with what became AWS. Microsoft, Google, and IBM followed shortly after.

Once the major tech giants entered the market, the industry rebranded leased compute time as “The Cloud.”


How the Cloud Changed Everything

Twenty years ago, building an e‑commerce platform required:

  • Buying eight Dell servers at $15,000 each

  • Leasing rack space at a co‑location facility

  • Purchasing OS and database licenses

  • Installing hardware, configuring networking, and setting everything up manually

The entire process took nearly two months.


Today… Thanks to the Cloud

A similar setup now takes an afternoon with nothing more than a credit card.

Benefits:

  • Much lower startup costs

  • Instant access to dedicated or shared instances

  • No hardware to buy or maintain

Trade‑offs:

  • Long‑term costs may be higher

  • Constant cost monitoring is essential

  • Sometimes it’s cheaper to write custom code than rely on built‑in cloud services


Cloud Terms Explained


Virtual Machine (VM)

A virtual machine is an operating system (like Windows or Linux) running inside virtualization software such as VMWare or VirtualBox.

This allows:

  • Multiple isolated systems on one physical server

  • Running Linux on a Windows laptop

  • Running Windows on a Mac


Infrastructure as a Service (IaaS)

IaaS includes:

  • A virtual machine

  • Networking infrastructure

  • Backups

  • Firewalls and security scanning

Essentially, everything needed to run a VM in the cloud.


Platform as a Service (PaaS)

PaaS is when the cloud provider hosts the software and all the compute resources it needs.

Examples:

  • Hosted MySQL, Oracle, MSSQL, PostgreSQL

  • You choose CPU count, memory, disk size, and backup cycles

You pay for exactly what you configure.


Software as a Service (SaaS)

SaaS is complete, ready‑to‑use software delivered through the cloud. No installation required.

Examples:

  • Salesforce

  • Office 365

  • Google Workspace

Important distinction: AWS is not SaaS — it’s where you build SaaS.


Identity as a Service (IDaaS)

Cloud‑hosted identity management, such as Active Directory.

Benefits:

  • No on‑prem hardware

  • Single sign‑on

  • Private cloud networking

  • Harder for attackers to move laterally inside your environment


Network as a Service (NaaS)

A model where software defines the network rather than hardware.

Common uses:

  • Direct fiber connections to a cloud provider

  • VPN connections to cloud or business partners

  • Private networking for improved security

 
 
 

Comments


bottom of page