Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是云计算的新手,正在尝试在 AWS 上部署我的 Tornado+MongoDB webapp 并将其配置为自动扩展。我可以从 EC2 实例上的 Tornado 和 MongoDB 开始,还是必须将它们部署在单独的实例上?
您当然可以通过在同一系统上运行 Tornado 和 MongoDB 来“开始”;但大概如果您尝试设计自动缩放,您会希望 Tornado 和 MongoDB 在不同的实例上,这样您就可以独立地扩展您的 Tornado 和 MongoDB 资源,以在规模上满足应用程序的各自需求。