Overpaying the cloud

6 May 2019
  • elastic cloud
  • cloud economy

Cloud providers use resource overbooking to reduce the cost of running infrastructure and increase profit. Overbooking means that multiple cloud tenants are being charged for the same physical resource. This model works because not all users use the resource all the time, and then by statistical multiplexing tenants have an illusion that the resource is fully at their disposal. Overbooking has some obvious problems: (a) statistical multiplexing doesn’t work every time. With non-zero probability multiple tenants will use the same resource, which causes poor and unpredictable performance; and (b) tenants pay for the resources they don’t use.

There are various reports that quantify negative effects of the overbooking policy on cloud tenants – ioverbook, awsinsider, kostner. According to these reports, tenants on average do not utilize more than 35% of the resources they are paying for.

Quantifying unused resources

The rule of thumb for cloud computing users is pay-for-what-you-use. Obviously, the overbooking model is far from providing this policy. The first step in fighting it is to make cloud tenants aware of the existence of this problem. Thus, I’m writing a simple script for AWS that will estimate resource utilization over time and use it to calculate the cost of resources that are not being used.

The code is under construction and can be found here.

Let me know how much do you waste.