this post was submitted on 12 Jun 2025
135 points (99.3% liked)

Programmer Humor

36999 readers
609 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
all 6 comments
sorted by: hot top controversial new old
[–] HiddenLayer555@lemmy.ml 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Never used AWS but would it help to bake a daemon into your default OS image that shuts it down after 24 hours? That way you need to manually disable it for the ones you want to keep.

[–] yogthos@lemmy.ml 7 points 3 weeks ago (1 children)

Usually what happens is people create lambda functions on AWS which are basically managed functions that get invoked when a request comes in (think a modern version of CGI), and then if there are a lot of requests then the user can easily end up with a huge bill.

[–] HiddenLayer555@lemmy.ml 7 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Damn.

I suppose the obvious question of why Amazon doesn't have an intuitive way of rate limiting those can be answered by the huge bills people rack up.

[–] yogthos@lemmy.ml 10 points 3 weeks ago

Because they have a predatory business model.

Y’all only have 1 comma in your AWS bills?