I am looking for a simple AWS Image, (Instance Storage), that is something like a barebone, running Ubuntu 10.04 or 11.04, 64bit.

I'm going to run Node.js on it. so, I don't need apache, nor nginx.

anyone know which image I should use? there are too many and causing me headache. LOL

link|improve this question

75% accept rate
What does AWS stand for? – Duncan_m Jul 28 '11 at 11:24
Amazon Web Services – generalhenry Jul 28 '11 at 15:32
feedback

2 Answers

up vote 1 down vote accepted

Try to search for one in this link: http://thecloudmarket.com/ - you can search and use filters to narrow down your exact - it's worth giving it a try.

I would suggest choosing one from these alestic or scalr owners - they are good. Try this scalr's Ubuntu 10.04 (these does not have anything other than what Linux OS needs rest you have to install):

http://thecloudmarket.com/image/ami-fc13e495--szr-lamp-ubuntu1004-x86-64-ebs-1

link|improve this answer
feedback

I didn't have any trouble getting node installed and running on an Amazon Linux instance. I'm sure it would be slightly easier if a binary package was available, but it's pretty easy to build and install from source (and you'll need gcc + libraries for many of the packages available via npm anyway).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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