Update script to include new AWS regions after jakarta launch
Signed-off-by: David Duncan <davdunc@amazon.com>
This commit is contained in:
parent
8a009ac86a
commit
5bb6e67e21
1 changed files with 7 additions and 1 deletions
|
@ -70,14 +70,20 @@ REGIONS = (
|
|||
"us-west-1",
|
||||
"eu-west-1",
|
||||
"eu-central-1",
|
||||
"ap-east-1",
|
||||
"ap-south-1",
|
||||
"ap-southeast-1",
|
||||
"ap-northeast-1",
|
||||
"ap-northeast-2",
|
||||
"ap-southeast-1",
|
||||
"ap-southeast-2",
|
||||
"ap-southeast-3",
|
||||
"sa-east-1",
|
||||
"ca-central-1",
|
||||
"eu-west-1",
|
||||
"eu-west-2",
|
||||
"eu-west-3",
|
||||
"eu-north-1",
|
||||
"af-south-1",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue