Commit 7760c2f5 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #35013 from justinsb/us_east_2

Automatic merge from submit-queue AWS: recognize us-east-2 region
parents ecfde2b8 80d4391d
...@@ -34,6 +34,7 @@ import ( ...@@ -34,6 +34,7 @@ import (
// and credentialprovider. // and credentialprovider.
var AWSRegions = [...]string{ var AWSRegions = [...]string{
"us-east-1", "us-east-1",
"us-east-2",
"us-west-1", "us-west-1",
"us-west-2", "us-west-2",
"eu-west-1", "eu-west-1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment