Skip to main content
>_ supraj.dev
TOPIC CLOUD
Cloud Billing why the bill surprises everyone
IN 10 SECONDS

Cloud billing aggregates usage across compute, database hours, storage size, and data transfers. Unchecked resources or egress traffic can spike billing costs exponentially.

GOTCHA Terminating a virtual machine does not delete its block storage disk by default. Always enable 'Delete on Termination' or check orphan disks.
HOW BILLING TRAPS ACCUMULATE
01 Orphan Volumes developer terminates EC2 instances, but the attached storage volumes (EBS) persist and charge indefinitely.
02 Egress Traffic exporting large datasets across internet lines triggers unexpected egress charges.
03 Pricing model running database queries scans massive datasets, generating massive query bills.
POKE IT YOURSELF
aws ce get-cost-and-usage --time-period Start=2026-07-01,End=2026-07-06 --granularity DAILY --metrics UnblendedCost — check AWS cost explorer stats