I want to start writing application on cloud. Is there any software or free cloud which I can use?Is there any document which can help me to start?

link|improve this question

61% accept rate
feedback

closed as not a real question by Dori Jul 28 '11 at 7:15

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

Amazon EC2 (Elastic Compute Cloud) has a free tier which is good for most basic purposes. If you are proficient in programming and server admin, you should be good to go. I have setup an app on Amazon EC2. It has a basic static website, my blog, and a web application. The technology stack is Apache+JBoss+MySQL+Wordpress.

link|improve this answer
Is working with EC2 easy?Do you have any simple example or kind of introduction to it?I am completely new to cloud. – SunyGirl Jul 28 '11 at 5:17
1  
You will need some time to get used to their framework. But they do have good documentation. But with the free tier, you will have to do a lot of setup yourselves. – rationalSpring Jul 28 '11 at 11:45
feedback

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