Merge pull request #4021 from asifrc/add-aws-ohio-region

Add support for us-east-2 (Ohio) AWS region
This commit is contained in:
Matthew Hooker 2016-10-17 19:36:25 -07:00 committed by GitHub
commit 2ecbfd551b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ func listEC2Regions() []string {
"eu-west-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-gov-west-1",
"us-west-1",
"us-west-2",