get_remediation
Retrieve copy-paste ready AWS CLI command and Terraform code to fix a security finding. Provide a check ID to get actionable remediation steps.
Instructions
Get remediation details (CLI command + Terraform code) for a specific check.
Returns copy-paste ready AWS CLI command and Terraform HCL snippet to fix the finding.
Args: check_id: The check ID (e.g. "aws-iam-001", "aws-s3-001", "aws-vpc-002")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |