Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an AWS AMI for node.js?

Tags:

Is there are maintained AWS EC2 AMI made for node.js?

like image 503
Thomas Avatar asked Mar 19 '11 17:03

Thomas


People also ask

Can you use node js with AWS?

To set up an AWS Node. js environment in which you can run your application, use any of the following methods: Choose an Amazon Machine Image (AMI) with Node. js pre-installed and create an Amazon EC2 instance using that AMI.


2 Answers

There isn't a specific pre-canned AMI, but you can install node.js in an instance based on a suitable AMI and then shrink-wrap your new build into an AMI of your own.

like image 156
Eight-Bit Guru Avatar answered Sep 23 '22 19:09

Eight-Bit Guru


You can install on the standard Amazon Linux AMI. For development and low traffic the micro-instance is great/low cost.

If you want a ready-to-go install check out No.de - sign up and generate a coupon. Free for now as well.

like image 36
johans Avatar answered Sep 23 '22 19:09

johans