Blog, page 28

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.

finopsreserved-instancescost-optimization

Commitment laddering: staggering reservations to stay flexible

Buying all your reservations or Savings Plans at once means they all expire together, forcing a big renewal decision and risking over-commitment. Laddering staggers commitment terms so a portion renews regularly, keeping flexibility. Here is how.

The C3X Team··4 min read
awsmaciesecurity

AWS Macie cost: per GB of S3 data evaluated for sensitive data

Macie bills a per-bucket inventory charge plus per GB of S3 objects analyzed for sensitive data. Scanning entire large buckets on every run drives the bill. Sampling and scoping to sensitive data are the levers. Here is the model.

The C3X Team··4 min read
awsshieldsecurity

AWS Shield Advanced cost: a flat subscription for DDoS protection

Shield Advanced costs a flat subscription (about $3,000/month, with a one-year commitment) covering an organization, plus data transfer for protected resources. It suits high-value, attack-prone applications. Here is when the subscription pays off.

The C3X Team··4 min read
awscloud-mapnetworking

AWS Cloud Map cost: per registered resource and per lookup

Cloud Map bills per registered service-discovery resource per month and per API discovery call, plus any health checks. It is inexpensive, but high-frequency discovery lookups from many clients can add up. Here is the model.

The C3X Team··4 min read
awsapp-meshnetworking

AWS App Mesh cost: the mesh is free, the sidecars are not

App Mesh adds no charge of its own; you pay for the Envoy proxy sidecars that run alongside your services, consuming CPU and memory on every task or pod. At scale, the sidecar overhead is the real cost. Here is what to watch.

The C3X Team··4 min read
azuresentinelsecurity

Microsoft Sentinel cost: per GB of security data ingested

Sentinel bills per GB of data ingested and analyzed (on top of Log Analytics storage), with commitment tiers that discount at volume. High-volume log sources drive the bill. Filtering and tiering ingestion are the levers. Here is the model.

The C3X Team··4 min read
azuredefendersecurity

Microsoft Defender for Cloud cost: per resource, per plan

Defender for Cloud bills per protected resource per month, per plan (servers, containers, databases, storage, and more), each priced separately. Enabling every plan on every resource over-pays. Here is how the plan-based model works.

The C3X Team··4 min read
azurelogic-appsintegration

Azure Logic Apps cost: Consumption per action vs Standard hosting

Logic Apps has two models: Consumption bills per action execution and connector call (scales to zero), while Standard runs on a hosting plan billed for allocated compute. Match the model to workflow volume. Here is the comparison.

The C3X Team··4 min read
gcpsecurity-command-centersecurity

GCP Security Command Center cost: tiers from free to enterprise

Security Command Center has a free Standard tier and paid Premium and Enterprise tiers priced by subscription or by resource consumption. Enabling premium across an entire organization drives the bill. Here is how the tiers price.

The C3X Team··4 min read
gcpcloud-workstationsdeveloper

GCP Cloud Workstations cost: pay per hour a workstation runs

Cloud Workstations bills a management fee plus the underlying Compute Engine VM and storage while a workstation runs, with auto-shutdown when idle. Idle workstations left running are the classic waste. Here is the model and how to control it.

The C3X Team··4 min read
cost-vs-performancedatabasesharding

Database sharding: the cost of scaling writes beyond one node

When a single database cannot handle the write load, sharding splits data across nodes to scale horizontally. It adds infrastructure and significant operational complexity, so it is a last resort after cheaper scaling. Here is the cost tradeoff.

The C3X Team··5 min read
cost-vs-performancedatabasedata

Materialized views: trading storage and refresh for query savings

A materialized view precomputes an expensive query and stores the result, so reads are fast and cheap, at the cost of storage and refresh compute. For frequently-run expensive queries, the trade pays off. Here is the cost math.

The C3X Team··4 min read
finopsrepatriationcost-optimization

Cloud repatriation cost: when moving back on-prem actually saves

Repatriation, moving workloads from cloud back to on-premises or colocation, can cut cost for large, steady, predictable workloads, but the migration, hardware, and operational costs are substantial. Here is an honest look at when it pays.

The C3X Team··5 min read
awsrekognitionai

AWS Rekognition cost: per image and per minute of video analyzed

Rekognition bills per image processed for image analysis and per minute for video, with rates by feature (labels, faces, moderation, text). High-volume or per-frame analysis drives the bill. Here is the model and how to control it.

The C3X Team··4 min read
awstextractai

AWS Textract cost: per page, by the analysis you run

Textract bills per page processed, with higher rates for forms, tables, and query features than plain text detection. Running advanced analysis on documents that only need text extraction over-pays. Here is the per-page model.

The C3X Team··4 min read
awstranscribeai

AWS Transcribe cost: per second of audio transcribed

Transcribe bills per second of audio (rounded up per request), with higher rates for features like speaker identification, medical, and custom models. Long audio and premium features drive the bill. Here is the per-second model.

The C3X Team··4 min read
awscomprehendai

AWS Comprehend cost: per unit of text analyzed

Comprehend bills per unit of text (100 characters, with a per-request minimum) for NLP tasks like sentiment, entities, and key phrases, with higher rates for custom models. Analyzing more text or in more ways than needed drives the bill.

The C3X Team··4 min read
awssecurity-hubsecurity

AWS Security Hub cost: per security check and per finding

Security Hub bills per security check evaluated against your resources and per finding ingested from integrated services, both tiered. Large accounts with many resources and chatty integrations drive the bill. Here is the model.

The C3X Team··4 min read
awsinspectorsecurity

AWS Inspector cost: per instance and per image scanned

Amazon Inspector bills per EC2 instance scanned per month and per container image scanned (with re-scans on updates), plus Lambda function scanning. Large fleets and frequent image pushes drive the bill. Here is the model.

The C3X Team··4 min read
azureai-servicesai

Azure AI Services cost: per transaction, by tier

Azure AI Services (formerly Cognitive Services) bill per transaction for APIs like Vision, Language, and Speech, with free and standard tiers and volume discounts. Chatty clients and premium features drive the bill. Here is the model.

The C3X Team··4 min read
gcpdocument-aiai

GCP Document AI cost: per page, by processor type

Document AI bills per page processed, with rates by processor, cheap general OCR, more for form and specialized parsers, and higher for custom and generative processors. Running specialized processors on simple documents over-pays. Here is the model.

The C3X Team··4 min read
gcpspeech-to-textai

GCP Speech-to-Text cost: per minute, by model and features

Speech-to-Text bills per minute of audio (rounded up), with higher rates for premium and specialized models and features like diarization. Long audio and premium models drive the bill. Here is the per-minute model and how to control it.

The C3X Team··4 min read
datamulti-cloudcost-optimization

Data warehouse cost compared: Redshift vs BigQuery vs Synapse

Redshift, BigQuery, and Synapse price data warehousing on different axes, provisioned nodes or serverless, per-TB-scanned or per-slot, per-DWU. The cheapest depends on query pattern and volume, not the platform. This compares the models.

The C3X Team··5 min read
databasemulti-cloudcost-optimization

NoSQL database cost compared: DynamoDB vs Firestore vs Cosmos DB

DynamoDB, Firestore, and Cosmos DB price NoSQL differently, DynamoDB per capacity or request, Firestore per operation, Cosmos per request unit or serverless. The cheapest depends on read/write mix and traffic shape. This compares the models.

The C3X Team··5 min read