feat(aws): Update regions for AWS services (#9631)

Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
Co-authored-by: pedrooot <pedromarting3@gmail.com>
This commit is contained in:
Prowler Bot
2025-12-22 13:31:58 +01:00
committed by GitHub
parent 19e9a9965b
commit 57b9a2ea10
2 changed files with 328 additions and 63 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1754,13 +1754,13 @@ aws:
assert not recovered_regions
def test_get_regions_all_count(self):
assert len(AwsProvider.get_regions(partition=None)) == 38
assert len(AwsProvider.get_regions(partition=None)) == 39
def test_get_regions_cn_count(self):
assert len(AwsProvider.get_regions("aws-cn")) == 2
def test_get_regions_aws_count(self):
assert len(AwsProvider.get_regions(partition="aws")) == 34
assert len(AwsProvider.get_regions(partition="aws")) == 35
def test_get_all_regions(self):
with patch(