We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ac7bb commit 82bacefCopy full SHA for 82bacef
prowler/providers/aws/aws_regions_by_service.json
@@ -2988,6 +2988,7 @@
2988
"ap-southeast-3",
2989
"ap-southeast-4",
2990
"ap-southeast-5",
2991
+ "ap-southeast-6",
2992
"ap-southeast-7",
2993
"ca-central-1",
2994
"ca-west-1",
@@ -4574,6 +4575,25 @@
4574
4575
"aws-us-gov": []
4576
}
4577
},
4578
+ "evs": {
4579
+ "regions": {
4580
+ "aws": [
4581
+ "ap-northeast-1",
4582
+ "ap-south-1",
4583
+ "ap-southeast-1",
4584
+ "ap-southeast-2",
4585
+ "ca-central-1",
4586
+ "eu-central-1",
4587
+ "eu-west-1",
4588
+ "eu-west-2",
4589
+ "us-east-1",
4590
+ "us-east-2",
4591
+ "us-west-2"
4592
+ ],
4593
+ "aws-cn": [],
4594
+ "aws-us-gov": []
4595
+ }
4596
+ },
4597
"fargate": {
4598
"regions": {
4599
"aws": [
0 commit comments