簡體   English   中英

Windows Amazon ECS 與 EC2 自動縮放有什么好處嗎?

[英]Is there a benefit to Windows Amazon ECS vs EC2 auto-scaling?

For multiple high-volume .NET web applications running on Windows and IIS, is there any advantage to changing to CloudFormation and ECS or even EKS instead of just using an AMI of an instance that already has auto-run scripts to update the codebase and configuration on啟動,綁定到 ELB 后面的自動擴展組?

我們的用途是根據負載擴展 web 應用服務器。 除非我錯過了信息或嚴重誤解了已閱讀的內容,否則似乎我們可能不會從純粹的 AMI 和自動縮放組中獲得任何好處。

@sivart 您在使用容器嗎? ECS 和 EKS 是容器編排器。 如果您將 package 您的 web 應用程序作為 docker 容器,這些將使您受益。

CloudFormation 使用 IaC(基礎設施即代碼)幫助您建立/關閉您的基礎設施堆棧,並將幫助您在幾分鍾內啟動新的基礎設施,而無需單擊 AWS 控制台。 例如,當您想在上線之前為您的性能/負載/QA 生成生產可比較的堆棧時,這將有所幫助。 您可以創建一個堆棧,執行測試並在高興時將其銷毀。 您可以將 CloudFormation 與 CI/CD 管道集成。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM