- 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.
推薦閱讀
- Deploying Node.js
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- 青少年美育趣味課堂:XMind思維導圖制作
- 看透JavaScript:原理、方法與實踐
- 機器人Python青少年編程開發(fā)實例
- JS全書:JavaScript Web前端開發(fā)指南
- Learning AndEngine
- Python機器學習經典實例
- Learning Data Mining with R
- SQL經典實例(第2版)
- Java Web從入門到精通(第3版)
- Hands-On Neural Network Programming with C#
- 寫給大家看的Midjourney設計書
- Java Web動態(tài)網站開發(fā)(第2版·微課版)
- Build Your Own PaaS with Docker