this post was submitted on 10 Jan 2025
687 points (96.6% liked)

Programmer Humor

20039 readers
1759 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ysjet 17 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

Amazon's billing tool is the most useless thing I've ever seen lol. it's like "$XYZ of your bill was server compute!" like, there's 40 ec2s, elastic beanstalk instances, fargate, kubernetes, like what the fuck is 'server compute' and what's the breakdown of the actual individual parts?

It's not even unhelpful, it's literally worse than useless lmao

[–] steventhedev 10 points 3 weeks ago (2 children)

You can get a full itemized bill. The only thing that isn't fully broken out are elastic ips. We found that out because we were tagging everything for billing and those weren't showing up correctly.

Mind you, it's likely a bit more itemized than you want. Like you'll see a separate line item for each price tier you paid for something, and things like ebs disks are all split out. It can be a bit...much.

[–] ysjet 5 points 2 weeks ago (1 children)

I mean, that's kind of my point though. You either get worse than useless, over detailed to the point of useless, or you have to spend weeks pulling hacky crap with tags to try to jury-rig your own useful billing system out of their clusterfuck.

[–] steventhedev 1 points 2 weeks ago

I think you're over exaggerating the effort needed for tagging resources. Between terraform/pulumi/cdk and the tag tool, it's relatively easy to make sure everything is tagged. Doubly so if you have a finance department who's literal job is to go through and do that (or ask you for help with it)

load more comments (1 replies)