From 29a4861d36ca4035e2d0269b0d4154c2fa7072b8 Mon Sep 17 00:00:00 2001 From: hveldstra Date: Thu, 7 Dec 2023 15:42:27 +0000 Subject: [PATCH] =?UTF-8?q?feat(artillery):=20enable=20sa-east-1=20(S?= =?UTF-8?q?=C3=A3o=20Paulo)=20for=20ECS/Fargate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/artillery/lib/platform/aws-ecs/legacy/util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/artillery/lib/platform/aws-ecs/legacy/util.js b/packages/artillery/lib/platform/aws-ecs/legacy/util.js index c5956afa2c..cd8ae56d66 100644 --- a/packages/artillery/lib/platform/aws-ecs/legacy/util.js +++ b/packages/artillery/lib/platform/aws-ecs/legacy/util.js @@ -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');