From ce771effc689f5a3a4e34c0b327d0d982dab02e8 Mon Sep 17 00:00:00 2001 From: Khoa Le Date: Tue, 19 Apr 2016 15:20:39 +0700 Subject: [PATCH] Added AWS Seoul region --- pkg/cloudprovider/providers/aws/aws.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index 42e4adde777..6f14d2ef736 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -575,6 +575,7 @@ func isRegionValid(region string) bool { "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", + "ap-northeast-2", "cn-north-1", "us-gov-west-1", "sa-east-1",