I can already deploy the deployment using kops, but this requires manual editing of instance groups (nodes)
$ kops edit ig --name=test.dev.test.com nodes
machineType: t2.medium
maxSize: 2
minSize: 2
=>
machineType: t1.nano
maxSize: 1
minSize: 1
You need to look for a way to do this automatically with an average price of + 10%
I would also like to have at least 1 master and 1 node that work in normal instances in order to survive the completion of a complete interrupt by proxy, and the rest of the price is in place.
Can anyone help me with this?
source
share