Free — no signup required

Introduction: The "Reference Implementation" of Cloud

2 min read

The Cloud is Just Someone Else's Computer

But in AWS's case, it's millions of computers, connected by their own private fiber-optic cables, spanning the entire planet.

When you master AWS, you aren't just learning software APIs. You are learning how to deploy applications onto the most sophisticated physical network ever built. Understanding the physical layer isn't optional trivia — it directly determines whether your application is fast, resilient, compliant, and cost-effective.

Why Physical Geography Matters

Even in the cloud, physics still applies. Light takes time to travel through fiber. Laws take time to cross borders.

  • Latency: The speed of light limits how fast data can travel. A round-trip from Sydney to Virginia takes roughly 200–300ms. For a database query that fires on every page load, that's the difference between a snappy app and a frustrating one.
  • Sovereignty: Data privacy laws (like GDPR in Europe or LGPD in Brazil) often dictate that certain data cannot leave a specific country or jurisdiction. Choosing the wrong region can expose your company to regulatory fines.
  • Resilience: Hurricanes, earthquakes, and power grid failures happen. You need a physical architecture that survives localized disasters without your users noticing anything.

AWS solves these problems with a hierarchy of physical infrastructure: Regions, Availability Zones (AZs), and Edge Locations. Every architectural decision you make on AWS maps back to this hierarchy.

This is one of 18 chapters

Get every chapter — Kubernetes, Terraform, SRE, distributed systems, and more — with fast daily review built in.

See pricing