- Getting Started with Terraform(Second Edition)
- Kirill Shirinkin
- 134字
- 2021-07-15 17:06:38
Smart update management
This is a tricky one, and at the moment of writing, no tool can do it flawlessly in every case (and, honestly, it is unlikely one will ever). What happens when I change a type of three EC2 instances from m3.medium to c4.xlarge? Will my m3.medium instances shut down and be replaced one by one by new ones? Will they be instantly destroyed leading to a few minutes of downtime? Or will the tool, just ignore the updated instance type? Or will it not and then just override old nodes and I will end up with three new nodes and three old EC2 instances that I have to remove manually? Solutions to this problem differ from platform to platform, which makes it more complicated for the tool to be platform agnostic.
推薦閱讀
- Learning Real-time Processing with Spark Streaming
- 機器人Python青少年編程開發實例
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 秒懂設計模式
- Visual Basic程序設計習題解答與上機指導
- Learning Firefox OS Application Development
- Linux環境編程:從應用到內核
- C語言實驗指導及習題解析
- SQL Server 2012數據庫管理與開發項目教程
- Python編程:從入門到實踐
- Spring Boot進階:原理、實戰與面試題分析
- Building RESTful Python Web Services
- Learning Laravel's Eloquent
- HTML 5與CSS 3權威指南(第3版·上冊)
- Oracle GoldenGate 12c Implementer's Guide