From 0dcafef9713757b83ccfde522e499512eea8ff6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:10:54 -0400 Subject: [PATCH] chore(regions_update): Changes in regions for AWS services. (#4770) Co-authored-by: Pepe Fagoaga --- .../providers/aws/aws_regions_by_service.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/prowler/providers/aws/aws_regions_by_service.json b/prowler/providers/aws/aws_regions_by_service.json index dc67a77cc8..d737656a80 100644 --- a/prowler/providers/aws/aws_regions_by_service.json +++ b/prowler/providers/aws/aws_regions_by_service.json @@ -609,6 +609,7 @@ "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", + "ap-southeast-4", "ca-central-1", "eu-central-1", "eu-central-2", @@ -618,6 +619,7 @@ "eu-west-1", "eu-west-2", "eu-west-3", + "il-central-1", "me-central-1", "me-south-1", "sa-east-1", @@ -3662,7 +3664,10 @@ "us-west-2" ], "aws-cn": [], - "aws-us-gov": [] + "aws-us-gov": [ + "us-gov-east-1", + "us-gov-west-1" + ] } }, "elastic-inference": { @@ -8050,6 +8055,15 @@ "aws-us-gov": [] } }, + "qdeveloper": { + "regions": { + "aws": [ + "us-east-1" + ], + "aws-cn": [], + "aws-us-gov": [] + } + }, "qldb": { "regions": { "aws": [ @@ -10774,6 +10788,7 @@ "vpc-lattice": { "regions": { "aws": [ + "af-south-1", "ap-northeast-1", "ap-northeast-2", "ap-south-1", @@ -10782,6 +10797,7 @@ "ca-central-1", "eu-central-1", "eu-north-1", + "eu-south-1", "eu-west-1", "eu-west-2", "eu-west-3",