Blog

Practical guides for diagnosing AWS waste, cutting your bill, and getting more from Parsivex scans.

Are SageMaker Savings Plans Worth the Commitment?

SageMaker Savings Plans cut up to 64% off on-demand ML pricing, but only above a break-even utilization — the math to run before you commit.

By Parsivex Team
What Does Amazon MSK Cost to Keep Running?

MSK bills broker hours, storage, and data ingest separately, and Serverless adds a per-partition-hour meter on top - here is where the bill comes from.

By Parsivex Team
What Does GuardDuty Cost Once It Is On Everywhere?

GuardDuty bills separately for every protection plan and every Region you turn it on in. Here's what actually drives the number once it's everywhere.

By Parsivex Team
How Does EventBridge Pricing Work?

EventBridge charges per million events, but 64KB chunking, cross-account delivery, Pipes, and Scheduler each meter separately - here is where it adds up.

By Parsivex Team
Why Does SQS Cost More Than You Budgeted?

SQS bills every send, receive, and delete as its own request, so short polling and small batches multiply the count without changing what the queue does.

By Parsivex Team
What Does SNS Actually Cost to Send?

SNS bills publishing, delivery, and SMS as separate meters, and fan-out to several subscribers multiplies the delivery charge, not the publish charge.

By Parsivex Team
How Much Does KMS Cost to Run?

AWS KMS bills $1 per key per month plus $0.03 per 10,000 requests, and neither number looks scary alone. Here's where the real cost hides.

By Parsivex Team
Why Does AWS Glue Cost More Than the Job It Runs?

Glue bills DPU-hours for the workers a job requests, not the data it actually processes — and crawlers and the Data Catalog add their own charges on top.

By Parsivex Team
What Does API Gateway Cost at Scale?

API Gateway looks free at low traffic, then expensive at scale. REST and HTTP APIs bill per request, and caching and data transfer add more on top.

By Parsivex Team
How Does Route 53 Pricing Add Up?

Route 53 bills hosted zones, DNS queries, and health checks as three separate meters that keep charging long after the domain behind them stops mattering.

By Parsivex Team
Why Is CloudFront Showing Up on My AWS Bill?

CloudFront bills data transfer, requests, and edge features as three separate meters, and each one has its own hidden multiplier. Here's where the money goes.

By Parsivex Team
What Does AWS WAF Cost per Month?

AWS WAF bills per Web ACL, per rule, and per million requests, with managed rule groups and Bot Control stacking on top. Here's where the money actually goes.

By Parsivex Team

About this blog

AWS bills rarely go up because of one big decision. They go up a few dollars at a time: a test instance nobody turned off, a NAT Gateway routing traffic that could have gone through a VPC endpoint, snapshots of volumes that were deleted two years ago, a Redis cluster serving nothing. Individually each one is too small to chase. Together they are usually a double-digit percentage of the bill.

The posts above work through those charges one at a time. Each one takes a question an engineer actually types into a search box — why is this service so expensive, how do I tell if this instance is idle, what does an unattached volume really cost — and answers it with the diagnosis first: which console screen or CLI command shows you the truth, which CloudWatch metrics separate genuinely idle from merely quiet, and what the resource costs while you decide. The fix comes after the diagnosis, along with the cases where the obvious fix is the wrong one.

They assume you have access to your own AWS account and are comfortable in the console or the CLI, and they are written to be useful whether or not you ever run a Parsivex scan; where our product would shorten the work, we say so once and move on. For product documentation — how scans work, what each finding type means, how alerts and remediation scripts behave — the help centre is the better starting point.