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.
将 Web 应用程序服务器放置在 AWS VPC 中的最佳实践是什么?在带有 ELB 的私有子网或公共子网中?据我了解,最佳做法是将 Web 应用程序服务器放在公共子网中。
不要将 Web 服务器放在公共子网中。在私有子网中启动它们,并使用在公共子网中运行的 ELB 作为前端。你不想在你的网络服务器上处理 DDoS 攻击,把它留给 ELB,它除了负载平衡之外做得很好。
看: