DIY node.js server on Amazon EC2
cuppster.com
DIY node.js server on Amazon EC2
1–10 of 15 posts
Re: DIY node.js server on Amazon EC2
#2Re: DIY node.js server on Amazon EC2
#3Re: DIY node.js server on Amazon EC2
#4I've used this recipe for a couple sites of mine, including the blog itself. The ups and downs of beta features of other node.js hosting providers was becoming a hindrance so I decided to roll my own.
Re: DIY node.js server on Amazon EC2
#5Re: DIY node.js server on Amazon EC2
#6And the kicker: The AMI you suggest qualifies as free for a year with a new AWS account. Free hosting for a year to play around with Node. Thanks a lot!
Re: DIY node.js server on Amazon EC2
#7One issue I've run into trying to push from my windows 7 machine to my instance is a "Permission denied(publickey)" error, which I assume is due to a missing SSH key in git for my ec2 instance? Does anyone know how to tell the ec2 alias to use my instance private key when connecting?
Re: DIY node.js server on Amazon EC2
#8And the kicker: The AMI you suggest qualifies as free for a year with a new AWS account. Free hosting for a year to play around with Node. Thanks a lot!
Re: DIY node.js server on Amazon EC2
#9And the kicker: The AMI you suggest qualifies as free for a year with a new AWS account. Free hosting for a year to play around with Node. Thanks a lot!
The last time I checked I remember all the Ubuntu images were too big to be completely free. They required more storage than the free tier allowed. Please, correct me if I'm wrong.
Re: DIY node.js server on Amazon EC2
#10Great guide, thanks. One issue I've run into trying to push from my windows 7 machine to my instance is a "Permission denied(publickey)" error, which I assume is due to a missing SSH key in git for my ec2 instance? Does anyone know how to tell the ec2 alias to use my instance private key when connecting?