Hacker News new | ask | show | jobs
by ealexhudson 4775 days ago
I'm not sure how these calculations are correct - I have eu-west-1 set up, and the price for 1yr heavy reserved is fixed. But the AWS pricing still has an hourly rate against it. The final cost looks right, but the initial cost (eg., taking out the reservation but never running the instance) should just be the setup cost I think?
2 comments

When you reserve an instance, it doesn't entirely eliminate the hourly cost to run it. What you are essentially doing is paying a large chunk up-front in exchange for a heavily discounted hourly rate, which ends up saving you money by the end of your 1 - 3 year contract.
Isn't that what I'm saying? That the cost should increase, albeit at a much more gradual rate, from the start of the term to the end?
Heavy utilization reservation is different. See this page http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceS...

Quote from the page above " Light and Medium Utilization Reserved Instances also are billed by the instance-hour for the time that instances are in a running state; if you do not run the instance in an hour, there is zero usage charge. Partial instance-hours consumed are billed as full hours. Heavy Utilization Reserved Instances are billed for every hour during the entire Reserved Instance term (which means you’re charged the hourly fee regardless of whether any usage has occurred during an hour). "

Full marks for demonstrating that the AWS pricing schedule can continue to hold surprises :-)
Wow, that certainly is surprising. I've looked at the EC2 pricing page many times and never noticed that.

I think you pasted the wrong link, though. Here's the page which contains that quote: http://aws.amazon.com/ec2/pricing/#reserved

maybe he/she was assuming if you are going for heavy reservation you will be using 100% of hours? the other reserved instance pricing changes with hours

havent done a check to see if he was taking into account the discounted hourly price or just adding on on-demand hours...

Unfortunately, it's not an assumption. It's not immediately clear when looking at the pricing, but if you buy a heavy reserved instance you have to pay the 24/7/365 hourly rate. It's something for startups to consider as they look at their burn rate.