Pump.co’s Post

View organization page for Pump.co, graphic

9,748 followers

Excellent tips for all companies out there to save on AWS put together by Gaurav Sen! For everyone else that needs help and cannot do it themselves, we are here at pump.co :D

View profile for Gaurav Sen, graphic

CEO at InterviewReady

Keeping in line with the last post, this is how we reduced our AWS costs (2021-2024). Points are color-coded as per the attached image. 1. Large to small 🟦🟥 Everyone believes they are going to get 50 million users the moment their app hits prod. But I implore you to memorize the following code. If company.isFunded('Series A') { instance.set('Large') } else { instance.set('Small') } Cost me a few lakhs to learn this. Totally worth it. 2. On-demand to reserved 🟦 I have heard serverless scales infinitely. Well, it does scale your costs infinitely. Reserve your instance. Then ask AWS for a discount. 3. Filestore to CloudWatch 🟧 Our system logs were stored for years. Our server's file store was bloated. Now we send them to Cloudwatch, which retains them for three days. Then it's asta-la-vista, baby. 4. ElasticSearch to Postgres 🟪 Why did I even spin up these instances? I thought our discussion forums would need "text search capabilities". Well, since I don't need to do DNA matching on the comments, the cost of ElasticSearch was prohibitively high. Instead, we moved our text search to the browser. Using javascript :D BLASPHEMY! -------------------------------------------- These experiences have helped us appreciate the practical aspect of designing systems (which often comes up during live classes at InterviewReady). If you are a startup founder, I wish you all the best! Cheers! #AWS #CostManagement

  • AWS bills at InterviewReady for the past 3 years.

To view or add a comment, sign in

Explore topics