Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can someone explain the concept of an "instance-hour" as used by cloud computing providers?

I am looking at the pricing of various cloud computing platforms, particularly Amazon's EC2, and a lot of the quotes are based on a unit called an Instance-Hour.

I am trying to get a handle on the exact definition of an instance-hour to better compare the costs of continuing to host a web-application versus putting it out on the cloud.

(1) Does it correspond to any of the Windows performance counters in such a way that I could benchmark our current implmentation and use it in their pricing calculators?

(2) How does a multi-processor instance figure into the instance-hour calculation?

like image 200
JohnFx Avatar asked Nov 07 '08 20:11

JohnFx


People also ask

What is an AWS hour?

Alternative Work Schedule (AWS) guidance is located in Encl 3 to DSCC Sup 1 to DLAR 1422.1, Hours of Duty. AWS allows for flexible reporting and departing times as well as variations in the number of hours an employee may work per day and per week.

What is an instance used for?

An instance in a database is a combination of the program and memory used to access metadata and application data stored in physical files on a server.

What is AWS instance in simple terms?

An Amazon EC2 instance is a virtual server in Amazon's Elastic Compute Cloud (EC2) for running applications on the Amazon Web Services (AWS) infrastructure.


2 Answers

An instance hour is simply a regular hour where the instance was available to you, wether you used it or not. Amazon has priced their different types of instances differently, so you pay for the type of resource you are getting, not how much you use it.

So... 1. No, it's just a regular hour. 2. It doesn't, it's already factored into the price you pay for the instance pr hour.

like image 144
kasperjj Avatar answered Oct 01 '22 03:10

kasperjj


Note also that instance hours are billed rounded up (for Amazon EC2). So starting up an instance and immediately shutting it down again incurs the cost of 1 instance hour.

like image 37
user55400 Avatar answered Oct 01 '22 01:10

user55400