Skip to content

Commit fff89bc

Browse files
committed
Cloudwatch: add missing AWS regions
1 parent aad31f4 commit fff89bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/regions.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ export const standardRegions: string[] = [
1212
'ap-southeast-3',
1313
'ap-southeast-4',
1414
'ap-southeast-5',
15+
'ap-southeast-6',
1516
'ap-southeast-7',
1617
'ca-central-1',
1718
'ca-west-1',
1819
'cn-north-1',
1920
'cn-northwest-1',
2021
'eu-central-1',
2122
'eu-central-2',
23+
'eu-isoe-west-1',
2224
'eu-north-1',
2325
'eu-south-1',
2426
'eu-south-2',
@@ -35,7 +37,11 @@ export const standardRegions: string[] = [
3537
'us-gov-east-1',
3638
'us-gov-west-1',
3739
'us-iso-east-1',
40+
'us-iso-west-1',
3841
'us-isob-east-1',
42+
'us-isob-west-1',
43+
'us-isof-east-1',
44+
'us-northeast-1',
3945
'us-west-1',
4046
'us-west-2',
4147
];

0 commit comments

Comments
 (0)