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

@ -67,7 +67,7 @@ The AWS internal `workers` module supports a number of [variables](https://githu
| Name | Description | Default | Example |
|:-----|:------------|:--------|:--------|
| count | Number of instances | 1 | 3 |
| instance_type | EC2 instance type | "t2.small" | "t2.medium" |
| instance_type | EC2 instance type | "t3.small" | "t3.medium" |
| os_image | AMI channel for a Container Linux derivative | coreos-stable | coreos-stable, coreos-beta, coreos-alpha, flatcar-stable, flatcar-beta, flatcar-alpha |
| disk_size | Size of the disk in GB | 40 | 100 |
| spot_price | Spot price in USD for workers. Leave as default empty string for regular on-demand instances | "" | "0.10" |