I'm researching testing in the cloud and am looking for some of the commercial angle of it, such as Providers, project example, ramp up time etc.Is there anything out there about testing of ‘cloud systems’ e.g. how do you test that a system simply cannot go down?

If this is not the site where I could find information on this, could you point me in the right direction?

Thanks :)

link|improve this question

You mean testing as a synonym for "monitoring"? How about cloudkick(dot)com ? There is a number of similar tools out there. – J Fritsch Nov 30 '11 at 23:49
feedback

1 Answer

up vote 1 down vote accepted

I have done significant testing in cloud environments. You can leverage the ordinary performance, stress and benchmarking tools that you would use for a non-cloud deployment. If you say something about your architecture, I would be glad to make more specific recommendations (website, web services, what OS, what data persistence, etc).

Every system can and probably will go down at some point, in my opinion more so when using a public cloud. Additionally, performance in the cloud will vary significantly from time-to-time due to a wide variety of factors including noisy neighbors, the cloud provider transparently moving your VM(s) to new hardware, etc.

A cloud-deployed system must be architected with the expectation that any component can fail at any time. Have no single point of failure, have solid monitoring (not just what the cloud provider gives you... have your own OS and app specific monitoring in place), have a plan for how to fail over when (not if) a component fails.

Cloud environments solve a significant set of problems cost-effectively, but they are not a silver bullet and do not relieve you of the burden of carefully operating your solution.

link|improve this answer
Thank you for your answer. It's very helpful. I'm currently researching what the commercial side of cloud computing is like and not for a specific architecture, which makes it a much broader subject. – Stina Dec 1 '11 at 13:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.