docs(aws): Move regions and profiles to AWS (#2874)

This commit is contained in:
Pepe Fagoaga
2023-09-27 23:23:31 +02:00
committed by GitHub
parent ba2c7347f9
commit b679df4fbe
3 changed files with 15 additions and 13 deletions

View File

@@ -112,16 +112,3 @@ prowler <provider> --list-categories
```console
prowler <provider> --categories
```
## AWS
### Scan specific AWS Region
Prowler can scan specific region(s) with:
```console
prowler <provider> -f/--filter-region eu-west-1 us-east-1
```
### Use AWS Profile
Prowler can use your custom AWS Profile with:
```console
prowler <provider> -p/--profile <profile_name>
```