I was thinking about this recently. I work at a large company with untold millions in AWS spend. I'm 100% confident that I could shave off a few thousands (maybe even tens or hundreds of thousands) from the bill with a little bit of effort on my side. If I go up the management chain and ask if (1) I can make this an official project and put it on the roadmap or (2) I can do this on my own time and keep some % of the…
Cutting down AWS cost by $150k per year simply by shutting things off
131–140 of 194 posts
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#132Re: Cutting down AWS cost by $150k per year simply by shutting things off
#133I was thinking about this recently. I work at a large company with untold millions in AWS spend. I'm 100% confident that I could shave off a few thousands (maybe even tens or hundreds of thousands) from the bill with a little bit of effort on my side. If I go up the management chain and ask if (1) I can make this an official project and put it on the roadmap or (2) I can do this on my own time and keep some % of the…
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#134I was thinking about this recently. I work at a large company with untold millions in AWS spend. I'm 100% confident that I could shave off a few thousands (maybe even tens or hundreds of thousands) from the bill with a little bit of effort on my side. If I go up the management chain and ask if (1) I can make this an official project and put it on the roadmap or (2) I can do this on my own time and keep some % of the…
> (2) I can do this on my own time and keep some % of the savings for myself as a reward
This is a textbook case of perverse incentives.
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#135Here's a startup idea: a profiler for infrastructure-as-code that shows how much each line of code is costing per month, instead of showing where the CPU spends most of its time.
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#136I was thinking about this recently. I work at a large company with untold millions in AWS spend. I'm 100% confident that I could shave off a few thousands (maybe even tens or hundreds of thousands) from the bill with a little bit of effort on my side. If I go up the management chain and ask if (1) I can make this an official project and put it on the roadmap or (2) I can do this on my own time and keep some % of the…
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#137Earlier quoted context omitted.
We should be getting kickbacks from Amazon for all the work we’ve done for their bottom line.
We kinda do; Amazon puts upwards pressure on US engineering salaries.
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#138I recently helped save $150k per year by deleting node_modules. I noticed that one of our S3 buckets had high data transfer costs, a bucket that our app downloads HTML+JS assets from when we push out a new release. I downloaded the "directory" of files for our latest release and saw it was mostly node_modules. I checked the code and confirmed that, yes, if this file exists in the bucket then it'll be downloaded by th…
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#139Earlier quoted context omitted.
You are aware of this? - https://calculator.aws/
I’m very aware of that tool but it’s far from perfect. I’ve spec’d things out on that then seen very different prices when I actually create things in AWS. In part because the tool doesn’t take some things into account or because sometimes it’s impossible to guess your usage for a new feature. I don’t believe the VPC was factored in when I used that calculator, even after selecting RDS Proxy.
Re: Cutting down AWS cost by $150k per year simply by shutting things off
#140I was thinking about this recently. I work at a large company with untold millions in AWS spend. I'm 100% confident that I could shave off a few thousands (maybe even tens or hundreds of thousands) from the bill with a little bit of effort on my side. If I go up the management chain and ask if (1) I can make this an official project and put it on the roadmap or (2) I can do this on my own time and keep some % of the…