Live data from Hacker News

Ask HN: I'm a Rails dev who wants to learn to comfortably deploy apps to AWS

news.ycombinator.com

1–5 of 5 posts

Ask HN: I'm a Rails dev who wants to learn to comfortably deploy apps to AWS

#1
Hi, I'm a new Rails developer, who came from an iOS background. I have a couple of test Rails applications that I deployed on Heroku and AWS using Elastic Beanstalk.

However, I want to learn more, and go deeper into the world of sysadmin/devops, and learn how to deploy Rails apps directly to EC2, and set up all the configuration myself, instead of Elastic Beanstalk abstracting it away from me.

I've heard about configuration management tools like Chef etc.. but my UNIX and Linux skills are almost non-existent, so I'm wondering if anyone can point me in the right direction, on what to begin learning first, and any resources you found useful.. thanks!

Re: Ask HN: I'm a Rails dev who wants to learn to comfortably deploy apps to AWS

#4
post #2

Someone not long ago on HN went through the same experience and made a nice guide exactly for this. http://www.alexjmeyers.com/amazon_web_services_guide

thanks! it looks like a good guide to getting started with Opsworks and Chef

Re: Ask HN: I'm a Rails dev who wants to learn to comfortably deploy apps to AWS

#5
post #3

Have you considered digging deeper into Elastic Beanstalk? There's a deeper level of understanding than what the AWS Management console provides.

that's a good suggestion.. will look into it. am just worried that it won't give me a deep enough understanding/customisation compared to Opsworks..