get_assets
Retrieve AWS security scan assets with filtering by type, name, or snapshot to analyze attack paths and prioritize remediations.
Instructions
Get assets from the scan with optional filtering.
Args:
asset_type: Filter by type (e.g., "iam:role", "ec2:instance", "s3:bucket")
search: Search by name or ARN (case-insensitive)
max_assets: Maximum number of assets to return (default: 50)
snapshot_id: Optional snapshot ID (default: latest)
Returns:
List of assets with their properties.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_type | No | ||
| search | No | ||
| max_assets | No | ||
| snapshot_id | No |