Ask HN: What are some good EC2 tutorials for programmers?
11–20 of 31 posts
Re: Ask HN: What are some good EC2 tutorials for programmers?
#12Re: Ask HN: What are some good EC2 tutorials for programmers?
#13for what language/ framework, do you want the tutorials for? Can you be more specific about it?
Re: Ask HN: What are some good EC2 tutorials for programmers?
#14That's a somewhat difficult questions to answer, and it depends on which aspect of EC2 you're interested in. EC2 isn't really a thing for which there are tutorials because EC2 is essentially a server to rent, It's how you use EC2, and there's hardly a standard for that currently. I think the more important thing is to become familiar with the Amazon Web Services (AWS) as a whole, of which EC2 is only a part. There ar…
Re: Ask HN: What are some good EC2 tutorials for programmers?
#15Re: Ask HN: What are some good EC2 tutorials for programmers?
#16That's a somewhat difficult questions to answer, and it depends on which aspect of EC2 you're interested in. EC2 isn't really a thing for which there are tutorials because EC2 is essentially a server to rent, It's how you use EC2, and there's hardly a standard for that currently. I think the more important thing is to become familiar with the Amazon Web Services (AWS) as a whole, of which EC2 is only a part. There ar…
Hi, I am trying to port some of my Rails and Node.js projects from my computer / Github. So essentially setting up instances and running the respective webservers on these EC2 instances.
Re: Ask HN: What are some good EC2 tutorials for programmers?
#17That's a somewhat difficult questions to answer, and it depends on which aspect of EC2 you're interested in. EC2 isn't really a thing for which there are tutorials because EC2 is essentially a server to rent, It's how you use EC2, and there's hardly a standard for that currently. I think the more important thing is to become familiar with the Amazon Web Services (AWS) as a whole, of which EC2 is only a part. There ar…
Hi, I am trying to port some of my Rails and Node.js projects from my computer / Github. So essentially setting up instances and running the respective webservers on these EC2 instances.
Re: Ask HN: What are some good EC2 tutorials for programmers?
#18That's a somewhat difficult questions to answer, and it depends on which aspect of EC2 you're interested in. EC2 isn't really a thing for which there are tutorials because EC2 is essentially a server to rent, It's how you use EC2, and there's hardly a standard for that currently. I think the more important thing is to become familiar with the Amazon Web Services (AWS) as a whole, of which EC2 is only a part. There ar…
Hi, I am trying to port some of my Rails and Node.js projects from my computer / Github. So essentially setting up instances and running the respective webservers on these EC2 instances.
Re: Ask HN: What are some good EC2 tutorials for programmers?
#19Re: Ask HN: What are some good EC2 tutorials for programmers?
#20That's a somewhat difficult questions to answer, and it depends on which aspect of EC2 you're interested in. EC2 isn't really a thing for which there are tutorials because EC2 is essentially a server to rent, It's how you use EC2, and there's hardly a standard for that currently. I think the more important thing is to become familiar with the Amazon Web Services (AWS) as a whole, of which EC2 is only a part. There ar…
Hi, I am trying to port some of my Rails and Node.js projects from my computer / Github. So essentially setting up instances and running the respective webservers on these EC2 instances.
AWS can build your stack (DNS, servers, DB, LB, etc) for you using "Cloud Formation":
http://aws.amazon.com/cloudformation/aws-cloudformation-temp...
Look at "Application Framework Examples" and the templates for "A simple Ruby on Rails "Hello World" application" to start. You can build your whole stack with a single click.
Later on, if you decide you want to be devops instead of dev, you can learn about how these templates were written. Go here to roll your own:
http://aws.amazon.com/cloudformation/aws-cloudformation-arti...