get_remediations
Find optimal security remediations to block attack paths in AWS environments using graph theory analysis.
Instructions
Find optimal remediations that block attack paths.
Uses min-cut algorithm to find smallest set of changes
that block all attack paths.
Args:
max_cuts: Maximum number of remediations (default: 5)
Returns:
List of remediations with coverage percentages.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_cuts | No | ||
| snapshot_id | No |