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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What AWS products would you use for a new web app?

1 点作者 adrian_pop大约 6 年前
I am planning to start a new project with the following tech specs: php, mysql&#x2F;mongo, nginx, react, git + mobile app (at a later stage)<p>Of course, until the app reaches a testable version, it&#x27;ll be developed locally. But afterwards, I would like to use AWS products to reacth the market.<p>I started to read about various tools, but got overwhelmed with so many informations about various products.<p>Now, the question: if you would start a project with the above specs, what AWS products would you use? How would the perfect AWS stack look for you?<p>Thank you.

2 条评论

diehunde大约 6 年前
- RDS for the database system<p>- Elastic BeanStalk for the application server<p>- For git they have their own hosted service but you can always go with github&#x2F;gitlab&#x2F;bitbucket<p>- S3&#x2F;Cloudfront if you need to host assets<p>Using the first two you can run a production ready app in a couple of hours (or minutes once you got some experience)
评论 #19654091 未加载
billconan大约 6 年前
knowing how expensive aws can be at work, I have decided to stay independent for my own project as much as possible by only using the vps, so I can switch infrastructure provider when I want to.
评论 #19654087 未加载