I am getting to be into Cloud Computing, but I am really confused in what it means instance.
In programming you can call an instance whenever you call an object, for a Machine it's a server, but here I can tell it's different, there's where I get confused.
So basically what I need to understand is: - What is an instance per hour? - How does it work? - If I have an app (web app), how can I measure an instance, to calculate the hourly pricing?
Can someone explain this to me as simple as possible? too many tutorials on google and still not getting it
Thanks, ;)
Update: I found this postWhat do 'instances' mean in terms of cloud computing? And it's useful because someone answered exactly what I need to understand:
For App Engine it's not a VM; it's a process. – Guido van Rossum Aug 21 '12 at 3:38
So how can I calculate by process?