Back to videos

3 Hacks to Reduce Your Cloud Computing Bill

Things that enabled me to do more with lower cloud computing costs
3 min
play_arrow
Summary

Here are 3 ways you can lower your cloud computing bill:

1. Reduce waste

Waste might be an instance that someone spun up to test some scenario and then forgot to shut it down.

Another form of waste is when the instances are up even when people are not working, like over the night and weekend.

You can end up saving a lot by just shutting those down.I run a mark and sweep algorithm where we:

  • mark the things that are idle by putting in the tag
  • wait for people to squawk if they don't want it taken away
  • if no one complains, we shut it down after a day or so

(Ideally, you can do something more calendar-based, but that alone works.)

2. Optimize what you’re using.

You might be using instances that are over-provisioned for what you're doing.

E.g., if your instances are using only 25% of their capacity, take it down one click, and now they're using 50%, saving you 50% on the bill.

Modernizing your instance types, such as moving to Graviton, is another way to optimize your instances.

3.  Moving towards reserved instances (RIs)

Many of us know that you can get a 40% discount for one year and a 60% for three years.

But, not many people use convertible RIs, probably because they have lower discounts than the regular RI.

They give you the ability to shift from one thing to another.

And doing that – in services like RDS, where customers can decide the instances they want to run – can get you ~90% reservations, reducing my bill by a big margin.

Transcript

View more Shoreline videos

Looking for more? View our most recent videos
13 min
Shoreline Incident Automation Demo
See Shoreline in action, debugging an incident and automating remediations in a fraction of the usual time.
3 min
How to Reduce Alarm Noise
In any company, 50-80% of the alarms are noisy. Employees get trained to snooze these alarms – which isn’t always the right thing to do. Wouldn't it be better if you could easily see which are your top issues each week, and which alarms might be set incorrectly?
1 min
"The Power is Huge" with Shoreline
Hear how TigerGraph VP of Product and Innovation, Dr. Jay Yu, used Shoreline to drive continuous improvement and bring up the productivity of his DevOps teams.