From 080551132af602cda922d5ff100bd8056a1b94bf Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Mon, 23 Dec 2024 14:35:48 +0100 Subject: [PATCH] chore(regions_update): Changes in regions for AWS services (#6299) Co-authored-by: MrCloudSec <38561120+MrCloudSec@users.noreply.github.com> --- .../providers/aws/aws_regions_by_service.json | 29 ++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/prowler/providers/aws/aws_regions_by_service.json b/prowler/providers/aws/aws_regions_by_service.json index f98de247c9..626b2b50fb 100644 --- a/prowler/providers/aws/aws_regions_by_service.json +++ b/prowler/providers/aws/aws_regions_by_service.json @@ -9567,6 +9567,26 @@ ] } }, + "security-ir": { + "regions": { + "aws": [ + "ap-northeast-1", + "ap-northeast-2", + "ap-southeast-1", + "ap-southeast-2", + "ca-central-1", + "eu-central-1", + "eu-north-1", + "eu-west-1", + "eu-west-2", + "us-east-1", + "us-east-2", + "us-west-2" + ], + "aws-cn": [], + "aws-us-gov": [] + } + }, "securityhub": { "regions": { "aws": [ @@ -10157,7 +10177,14 @@ "socialmessaging": { "regions": { "aws": [ - "eu-central-1" + "ap-south-1", + "ap-southeast-1", + "eu-central-1", + "eu-west-1", + "eu-west-2", + "us-east-1", + "us-east-2", + "us-west-2" ], "aws-cn": [], "aws-us-gov": []