From 684517f74ffc4cdd9c33a196525f5cd1dc10aa25 Mon Sep 17 00:00:00 2001 From: Rudi Chiarito Date: Mon, 2 May 2016 13:23:11 -0400 Subject: [PATCH] Add ap-northeast-2 --- pkg/credentialprovider/aws/aws_credentials.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/credentialprovider/aws/aws_credentials.go b/pkg/credentialprovider/aws/aws_credentials.go index a27a224a7a3..3b9b5c9820d 100644 --- a/pkg/credentialprovider/aws/aws_credentials.go +++ b/pkg/credentialprovider/aws/aws_credentials.go @@ -41,6 +41,7 @@ var AWSRegions = [...]string{ "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", + "ap-northeast-2", "cn-north-1", "us-gov-west-1", "sa-east-1",