CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Amazon EC2 — Elastic Compute

Resizable virtual servers. Your default compute building block when you need OS-level control.

What it is

Virtual machines you control at the OS level, billed per second, in dozens of instance families.

When I reach for it

Key architectural decisions

Gotchas & exam traps

The architect view

EC2 is the flexible default, but flexibility is a cost. If the workload is event-driven or stateless, ask whether Lambda or Fargate removes the servers entirely before you reach for EC2.

Take a free mock exam →