From c873f9574391b3c52a4434c030ce37a98ef3386d Mon Sep 17 00:00:00 2001 From: Nacho Rivera Date: Fri, 3 May 2024 08:39:39 +0200 Subject: [PATCH] chore(regions_update): Changes in regions for AWS services. (#3908) Co-authored-by: sergargar <38561120+sergargar@users.noreply.github.com> --- prowler/providers/aws/aws_regions_by_service.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/prowler/providers/aws/aws_regions_by_service.json b/prowler/providers/aws/aws_regions_by_service.json index 86990a7371..3f73a08420 100644 --- a/prowler/providers/aws/aws_regions_by_service.json +++ b/prowler/providers/aws/aws_regions_by_service.json @@ -1253,9 +1253,11 @@ "regions": { "aws": [ "ap-northeast-1", + "ap-south-1", "ap-southeast-1", "ap-southeast-2", "eu-central-1", + "eu-west-1", "eu-west-3", "us-east-1", "us-west-2" @@ -7952,6 +7954,16 @@ "aws-us-gov": [] } }, + "qbusiness": { + "regions": { + "aws": [ + "us-east-1", + "us-west-2" + ], + "aws-cn": [], + "aws-us-gov": [] + } + }, "qldb": { "regions": { "aws": [ @@ -10731,6 +10743,7 @@ "ap-southeast-3", "ap-southeast-4", "ca-central-1", + "ca-west-1", "eu-central-1", "eu-central-2", "eu-north-1", @@ -10815,6 +10828,7 @@ "ap-southeast-3", "ap-southeast-4", "ca-central-1", + "ca-west-1", "eu-central-1", "eu-central-2", "eu-north-1",