Skip to content

Commit

Permalink
feat(regions_update): Update regions for AWS services.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergargar authored and github-actions[bot] committed Jul 13, 2024
1 parent 027aa97 commit 19b8593
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions prowler/providers/aws/aws_regions_by_service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
{
"services": {
"__DELETE_FLAG__": {
"regions": {
"aws": [
"af-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ca-central-1",
"ca-west-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2"
],
"aws-cn": [],
"aws-us-gov": [
"us-gov-east-1",
"us-gov-west-1"
]
}
},
"accessanalyzer": {
"regions": {
"aws": [
Expand Down

0 comments on commit 19b8593

Please sign in to comment.