Skip to content

Commit

Permalink
feat(artillery): enable sa-east-1 (São Paulo) for ECS/Fargate
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Dec 7, 2023
1 parent f0ed01e commit 29a4861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/artillery/lib/platform/aws-ecs/legacy/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const supportedRegions = [
'ap-southeast-1',
'ap-southeast-2',
'ap-northeast-1',
'me-south-1'
'me-south-1',
'sa-east-1'
];

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

0 comments on commit 29a4861

Please sign in to comment.