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

Add support for us-east-2 (Ohio) AWS region
pull/4024/head
Matthew Hooker 10 years ago committed by GitHub
commit 2ecbfd551b

@ -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",

Loading…
Cancel
Save