From ae4b43c1374b0201329947e2b777841cfceed208 Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Mon, 30 Jun 2025 11:53:21 +0200 Subject: [PATCH] chore(regions_update): Changes in regions for AWS services (#8132) Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com> --- .../providers/aws/aws_regions_by_service.json | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/prowler/providers/aws/aws_regions_by_service.json b/prowler/providers/aws/aws_regions_by_service.json index ef19bcba0d..1172e88e10 100644 --- a/prowler/providers/aws/aws_regions_by_service.json +++ b/prowler/providers/aws/aws_regions_by_service.json @@ -951,6 +951,7 @@ "aws": [ "af-south-1", "ap-east-1", + "ap-east-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", @@ -1336,7 +1337,9 @@ "aws": [ "us-east-1" ], - "aws-cn": [], + "aws-cn": [ + "cn-northwest-1" + ], "aws-us-gov": [] } }, @@ -2785,6 +2788,9 @@ "regions": { "aws": [ "af-south-1", + "ap-northeast-1", + "ap-northeast-2", + "ap-southeast-1", "ap-southeast-2", "ca-central-1", "eu-central-1", @@ -3461,6 +3467,7 @@ "aws": [ "af-south-1", "ap-east-1", + "ap-east-2", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", @@ -3506,6 +3513,7 @@ "regions": { "aws": [ "ap-northeast-1", + "ap-northeast-2", "ap-northeast-3", "eu-west-1", "eu-west-2", @@ -4987,6 +4995,8 @@ "ap-south-1", "ap-southeast-1", "ap-southeast-2", + "ap-southeast-5", + "ap-southeast-7", "ca-central-1", "eu-central-1", "eu-north-1", @@ -9901,7 +9911,10 @@ "cn-north-1", "cn-northwest-1" ], - "aws-us-gov": [] + "aws-us-gov": [ + "us-gov-east-1", + "us-gov-west-1" + ] } }, "schemas": { @@ -10319,17 +10332,20 @@ "ap-northeast-2", "ap-northeast-3", "ap-south-1", + "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ca-central-1", "eu-central-1", + "eu-central-2", "eu-north-1", "eu-south-1", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", + "me-central-1", "me-south-1", "sa-east-1", "us-east-1", @@ -10352,17 +10368,20 @@ "ap-northeast-2", "ap-northeast-3", "ap-south-1", + "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ca-central-1", "eu-central-1", + "eu-central-2", "eu-north-1", "eu-south-1", "eu-west-1", "eu-west-2", "eu-west-3", "il-central-1", + "me-central-1", "me-south-1", "sa-east-1", "us-east-1",