Merge pull request #2349 from buo/fix-ap-northeast-2-master-type

Set default master size for ap-northeast-2
This commit is contained in:
Justin Santa Barbara 2017-04-18 09:27:17 -05:00 committed by GitHub
commit 37e50a10cc
1 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,7 @@ var masterMachineTypeExceptions = map[string]string{
"us-east-2": "c4.large",
"ca-central-1": "c4.large",
"eu-west-2": "c4.large",
"ap-northeast-2": "c4.large",
}
var awsDedicatedInstanceExceptions = map[string]bool{