Change AWS worker modules' default type from t2.small to t3.small

* Worker instance types weren't updated in #365
This commit is contained in:
Dalton Hubble
2019-01-12 00:07:48 -08:00
parent 4d32b79c6f
commit 1d66ad33f7
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ Notable changes between versions.
#### AWS
* Change `controller_type` and `worker_type` default from t2.small to t3.small
* Change `controller_type` and `worker_type` default from t2.small to t3.small ([#365](https://github.com/poseidon/typhoon/pull/365))
* t3.small is cheaper, provides 2 vCPU (instead of 1), and 5 Gbps of pod-to-pod bandwidth!
#### Bare-Metal