- 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.
推薦閱讀
- 重學(xué)Java設(shè)計(jì)模式
- C語言程序設(shè)計(jì)教程
- Getting Started with Gulp
- Learning Probabilistic Graphical Models in R
- Microsoft Azure Storage Essentials
- MySQL入門很輕松(微課超值版)
- Python機(jī)器學(xué)習(xí)之金融風(fēng)險(xiǎn)管理
- CRYENGINE Game Development Blueprints
- HTML5+CSS3+JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- Sails.js Essentials
- AI自動(dòng)化測試:技術(shù)原理、平臺(tái)搭建與工程實(shí)踐
- Visual Basic程序設(shè)計(jì)基礎(chǔ)
- Node.js實(shí)戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)
- 信息學(xué)競賽寶典:基礎(chǔ)算法
- 狼書(卷2):Node.js Web應(yīng)用開發(fā)