Skip to content

Commit e2b52b6

Browse files
authored
feat: add more AWS Fargate regions (#3522)
1 parent f692c19 commit e2b52b6

File tree

1 file changed

+6
-1
lines changed
  • packages/artillery/lib/platform/aws-ecs/legacy

1 file changed

+6
-1
lines changed

packages/artillery/lib/platform/aws-ecs/legacy/util.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const supportedRegions = [
1717
'us-east-2',
1818
'us-west-1',
1919
'us-west-2',
20+
'us-gov-east-1',
21+
'us-gov-west-1',
2022
'ca-central-1',
2123
'eu-west-1',
2224
'eu-west-2',
@@ -30,7 +32,10 @@ const supportedRegions = [
3032
'ap-southeast-2',
3133
'ap-northeast-1',
3234
'me-south-1',
33-
'sa-east-1'
35+
'il-central-1',
36+
'sa-east-1',
37+
'cn-north-1',
38+
'cn-northwest-1'
3439
];
3540

3641
const getAccountId = require('../../aws/aws-get-account-id');

0 commit comments

Comments
 (0)