Skip to main content

Documentation Index

Fetch the complete documentation index at: https://prowler-prowler-1359-docs-improve-developer-documentation-f.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Prowler enables scanning of resources based on specific AWS Resource ARNs.

Resource ARN-Based Scanning

Prowler enables scanning of resources based on specific AWS Resource Amazon Resource Names (ARNs). To perform this scan, use the designated flag --resource-arn followed by one or more ARNs, separated by spaces.
prowler aws --resource-arn arn:aws:iam::012345678910:user/test arn:aws:ec2:us-east-1:123456789012:vpc/vpc-12345678
Example: This configuration scans only the specified two resources using their ARNs.