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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Use cases for AWS

1 点作者 federicoponzi大约 8 年前
Which aws service are you using in your projects? And why have you choose to go with aws? I'm new to aws and want to understand some good use case on when use aws Vs other alternatives.

1 comment

mattbillenstein大约 8 年前
I try to stay cloud agnostic -- so for production I use VMs with decent instance storage to run the various services needed to support our product. Sprinkle in S3, Route53, VPC, etc to stitch it all together.<p>For dev&#x2F;staging, I use cheaper Linode boxes where we run all the processes on a single VM and leverage the same Route53, S3, etc services which don&#x27;t really require me to run a VM on EC2.