Analyze security group rules for overly permissive access and best-practice violations.
Output will appear here...AWS Security Groups act as virtual firewalls for EC2 instances, RDS databases, and other VPC resources. A single overly permissive rule — like allowing 0.0.0.0/0 on port 22 — can expose critical infrastructure to the entire internet. This linter analyzes your security group rules against AWS best practices and CIS Benchmark recommendations, flagging issues like unrestricted inbound access, overly broad port ranges, and rules that allow all traffic (protocol -1). It provides severity ratings and specific remediation guidance for each finding.
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.