Added 5 regions

master
Paco Hope 2022-12-29 12:16:20 -05:00
parent 11a89a6cb8
commit 222e9006bd
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,13 @@ from sfec2.sci_stack import VpcBasisStack
app = cdk.App()
regionList = [ "us-east-2", "ap-southeast-1" ]
regionList = [
"us-east-1" , # Northern Virginia
"ap-southeast-1", # Singapore
"ap-southeast-2", # Sydney
"eu-west-1" , # Dublin, Ireland
"sa-east-1" # São Paulo, Brazil
]
i = 0
for region in regionList: