TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

5 点作者 JuDue超过 12 年前
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 条评论

pinks超过 12 年前
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 未加载
wanghq超过 12 年前
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>