Claude API analyzes live AWS infrastructure, identifies NIST gaps, and generates Terraform remediation.
Advanced AI system that crawls a live AWS environment, maps every resource configuration to the NIST 800-53 control catalog, sends findings to Claude for deep gap analysis, and produces a prioritized report with generated, ready-to-apply Terraform remediation code.
Crawls 18+ AWS services via boto3, maps resource configs to applicable NIST controls, identifies gaps between current state and baseline requirements, sends context-rich prompts to Claude API for analysis and fix generation, and outputs a ranked gap report with Terraform HCL files per finding.
Full implementation, tests, and documentation available on GitHub.
View on GitHub ↗