What is the HeavyUsage charge on AWS EC2?

I have a new charge on my AWS account yesterday (~$40). When I dug in a bit it comes from a category called USW2-HeavyUsage:r4.large($). I know what the USW2 is for and what the r4.large is for. What is the HeavyUsage referring to?

the r4.large is an AWS' reserved instance where I have reserved r4.large for 3 years. Does this reservation come with a limit on usage?


Solution 1:

You have committed to pay for this type of server for three years with a no upfront reservation. This line item is the monthly fee for the server you have reserved.

AWS payment is typically in arrears as it's usage base. Given this is taken in advance I guess it's because they know in advance what the fee will be.

Solution 2:

I was under the impression that AWS discontinued the Light / Medium / Heavy Utilization Reserved instances. For their description look here: EC2 Reserved Instance Options, however note that the Light and Medium options are no longer available.

Essentially the heavy utilization means that your instance is running 24/7. It doesn't matter how busy the instance was, only that it was on.

These options were quite confusing and I believe they're no longer offered.

Hope that helps :)