Cloud Cost Engineering and Open Source FinOps
Notes from the team building C3X. Cost estimation for Terraform, the economics of cloud infrastructure, and how to ship FinOps tooling without a SaaS gate.
The cost of running Redis in the cloud
Managed Redis (ElastiCache, Memorystore, Azure Cache) bills mostly for the node size and count you run, per hour, plus data transfer and optional replicas. Here is how Redis pricing works and how to size it without overpaying.
Cost per customer: the SaaS metric behind gross margin
Cost per customer, cloud spend divided by customers served, is the unit metric that drives SaaS gross margin. Knowing it, and reducing it as you scale, is essential to healthy economics. Here is how to measure and improve it.
Cross-region replication cost: what copying data between regions really costs
Replicating data across regions for durability or latency adds cross-region data transfer charges plus duplicated storage, and the transfer is often the bigger surprise. Here is how cross-region replication is priced and how to control it.
Data transfer out cost explained: the cloud's most surprising charge
Data transfer out, egress to the internet, is one of the least understood and most surprising cloud charges. Inbound is usually free, outbound is not, and it scales with traffic and region. Here is how egress pricing works and how to cut it.
Data warehouse sizing cost: matching compute to your workload
Data warehouse cost is dominated by how much compute you provision and how long it runs. Sizing the warehouse to the workload, and scaling it down or off when idle, is the biggest lever. Here is how to size for cost.
Database connection pooling cost impact: smaller databases, lower bills
Connection pooling lets a database serve more clients with fewer resources, so you can run a smaller, cheaper instance. The cost impact comes from avoiding over-provisioning driven by connection limits. Here is how pooling saves money.
Databricks cost optimization: taming DBUs and cluster spend
Databricks cost is DBUs (the platform fee) plus the underlying cloud compute. Optimizing means right-sizing clusters, using autoscaling and spot, choosing the right compute type, and avoiding idle clusters. Here is the full playbook.
Datacenter to cloud cost comparison: capex, opex, and total cost
Comparing on-premise datacenters to cloud means looking past the sticker price to total cost of ownership: hardware, power, staff, utilization, and elasticity. Cloud is not always cheaper, but it shifts the cost shape. Here is how to compare.
Datadog cost optimization: controlling hosts, ingestion, and custom metrics
Datadog bills by hosts, log ingestion and retention, custom metrics, and per-product SKUs, and it can quietly become one of your largest cloud-adjacent bills. Here is how to find and cut the drivers of Datadog cost.
dbt Cloud vs dbt Core cost: paying for convenience or running it yourself
dbt Core is free and open source but you run and orchestrate it yourself. dbt Cloud is a paid managed service with scheduling, IDE, and collaboration. The cost comparison is subscription fees versus your own compute and engineering time. Here is how to choose.
Direct Connect vs VPN cost: dedicated links versus encrypted tunnels
AWS Direct Connect gives a dedicated private link with lower, predictable data-transfer rates but port and setup costs. A Site-to-Site VPN is cheap to start but runs over the internet at standard egress rates. Here is the cost comparison.
DocumentDB cost explained: what you pay for a managed document database
Amazon DocumentDB bills for instance hours, storage consumed, I/O operations, and backups, with a separate compute-and-storage model. Understanding each meter, and how I/O can dominate, is key to controlling DocumentDB cost. Here is the breakdown.
Does a VPC cost money? What is free and what is not
The VPC itself is free, and so are subnets, route tables, security groups, and internet gateways. The costs come from what you attach: NAT gateways, VPC endpoints, data transfer, and traffic through certain components. Here is exactly what you pay for.
Does IAM cost money? The free service and its paid neighbors
AWS IAM itself is completely free: users, roles, groups, and policies cost nothing. The confusion comes from adjacent paid services like IAM Identity Center add-ons, Secrets Manager, and certain identity features. Here is what is free and what is not.
Does Terraform cost money? Open source, Cloud, and what you actually pay
Terraform the open-source tool is free to download and use. HashiCorp offers paid HCP Terraform (formerly Terraform Cloud) tiers for teams. And separately, the infrastructure Terraform provisions costs money. Here is what is free and what is not.
DynamoDB capacity planning cost: on-demand vs provisioned
DynamoDB cost hinges on capacity mode: on-demand bills per request with no planning, provisioned bills for reserved throughput you must size. Picking the right mode, and sizing provisioned capacity, is the core cost decision. Here is how.
EventBridge cost explained: what you pay for events and rules
Amazon EventBridge charges mostly per event published, with extras for schema discovery, replay, and cross-Region routing. The default event bus receiving AWS service events is free. Here is how EventBridge pricing works and how to keep it cheap.
FinOps KPIs that matter: measuring cloud cost the right way
Good FinOps measures efficiency, not just total spend. The KPIs that matter, unit cost, commitment coverage and utilization, waste percentage, forecast accuracy, and allocation coverage, each point to a specific action. Here is how to choose and use them.
Your first AWS bill explained: reading the line items
The first AWS bill is confusing: dozens of line items, unfamiliar units, and charges for things you did not know were metered. Here is how to read it, which line items matter, and how to avoid the common first-bill surprises.
Forecasting cloud costs: a practical guide to predicting spend
Cloud cost forecasting predicts future spend so you can budget, plan, and catch drift early. Good forecasts combine historical trends, known changes, and unit-based modeling. Here is how to forecast cloud costs accurately and what makes forecasts go wrong.
Amazon FSx cost explained: pricing the managed file systems
Amazon FSx offers four managed file systems (Windows, Lustre, NetApp ONTAP, OpenZFS), each priced differently for capacity, throughput, and IOPS. Costs vary widely by type and deployment. Here is how FSx pricing works and how to choose the cheapest fit.
GCP billing reports explained: reading your Google Cloud spend
Google Cloud billing reports break spend down by project, service, SKU, and label, with filters and grouping to find what drives cost. Here is how to read GCP billing reports, use SKUs and labels, and export to BigQuery for deeper analysis.
GCP committed use discounts explained: how CUDs cut your bill
Google Cloud committed use discounts (CUDs) cut compute and other costs by roughly 20 to 57 percent in exchange for a one or three year commitment. Resource-based and spend-based CUDs work differently. Here is how CUDs work and when they save the most.
GCP free tier explained: what is actually free on Google Cloud
Google Cloud has two free offerings: a 90-day, roughly 300 dollar credit for new accounts, and an always-free tier with monthly allowances for specific services. Here is what is truly free, where the limits are, and how charges begin.