Change AWS default type from t2.small to t3.small

* T3 is the next generation general purpose burstable
instance type. Compared with t2.small, the t3.small is
cheaper, has 2 vCPU (instead of 1) and provides 5 Gbps
of pod-to-pod bandwidth (instead of 1 Gbps)
This commit is contained in:
Dalton Hubble
2018-12-18 12:29:27 -08:00
parent 4d2f33aee6
commit f2f4deb8bb
6 changed files with 20 additions and 15 deletions

View File

@ -4,6 +4,11 @@ Notable changes between versions.
## Latest
#### AWS
* Change `controller_type` and `worker_type` default from t2.small to t3.small
* t3.small is cheaper, provides 2 vCPU (instead of 1), and 5 Gbps of pod-to-pod bandwidth!
## v1.13.1
* Kubernetes [v1.13.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1131)