run_check
Execute a specified security check on AWS accounts to verify compliance with the Security Reference Architecture. Returns findings and summary.
Instructions
Run a security check and return results.
Args: check_id: The check ID to run (e.g., 'SRA-GUARDDUTY-01') audit_accounts: List of AWS accounts used for Audit/Security Tooling (required for some checks) log_archive_accounts: List of AWS accounts used for Logging (required for some checks) role_arn: Optional IAM role ARN to assume for running the check region: Optional AWS region to target (if not specified, checks all regions)
Returns: Dict with findings and summary, or error if check fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_id | Yes | ||
| audit_accounts | No | ||
| log_archive_accounts | No | ||
| role_arn | No | ||
| region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||