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.