TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Any tutorials/widsom on AWS Beanstalk, given the Heroku story

5 pointsby JuDueover 12 years ago
Anyone got some good tutorials on running Rails &#38; Postgres on AWS Beanstalk?<p>I still think Heroku is an excellent choice, and will be better once they address some issues, but now might be a good time to explore some options, at least :)

2 comments

pinksover 12 years ago
I'm curious about the pricing situation on Elastic Beanstalk. T1.micro instances are very affordable, but is it wise to run a webapp and Postgres on the same instance? I'm not expecting a large audience, but I've heard that one should generally have separate servers for the two.
评论 #5235942 未加载
wanghqover 12 years ago
this is a simple one. <a href="http://ruby.awsblog.com/post/Tx2AK2MFX0QHRIO/Deploying-Ruby-Applications-to-AWS-Elastic-Beanstalk-with-Git" rel="nofollow">http://ruby.awsblog.com/post/Tx2AK2MFX0QHRIO/Deploying-Ruby-...</a>