From d7c4a1c789fc233d6df07a9f164c65c720e4e72b Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 15 May 2024 11:43:05 +0200 Subject: [PATCH] chore(regions_update): Changes in regions for AWS services. (#4009) Co-authored-by: sergargar <38561120+sergargar@users.noreply.github.com> --- prowler/providers/aws/aws_regions_by_service.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prowler/providers/aws/aws_regions_by_service.json b/prowler/providers/aws/aws_regions_by_service.json index fd68b34cb3..56f5886f64 100644 --- a/prowler/providers/aws/aws_regions_by_service.json +++ b/prowler/providers/aws/aws_regions_by_service.json @@ -7408,10 +7408,12 @@ "regions": { "aws": [ "ap-northeast-1", + "ap-south-1", "ap-southeast-1", "ap-southeast-2", "eu-central-1", "eu-west-1", + "eu-west-2", "eu-west-3", "us-east-1", "us-east-2", @@ -8328,7 +8330,12 @@ "repostspace": { "regions": { "aws": [ + "ap-southeast-1", + "ap-southeast-2", + "ca-central-1", "eu-central-1", + "eu-west-1", + "us-east-1", "us-west-2" ], "aws-cn": [],