DEV Community

DevOps Rite
DevOps Rite

Posted on

InfraGuard – Cloud Security Auditor for AWS

Hey folks πŸ‘‹

I’ve been working on a project called InfraGuard – it is a tool that scans your AWS infrastructure and generates JSON & HTML reports with potential misconfigurations.

Right now, it supports:

βœ… EC2 Audit (running instances, open ports)

βœ… IAM Audit (users, roles, risky permissions)

βœ… S3 Audit (bucket policies, public access)

βœ… Security Groups & Network ACL Audit

Reports are generated in a clean HTML + JSON format so they can be easily shared, parsed, or plugged into other workflows.

My goal: Make AWS security auditing accessible for individual developers, students, and small startups who cannot afford heavy commercial tools.

πŸ‘‰ Infraguard Page: https://infraguard.me/

I’d love feedback from the community on:

What other AWS resources should be scanned?

Any suggestions to improve the report format?

Would you find a lightweight web dashboard useful?

Any feedback, PRs, or stars are super welcome πŸš€

Top comments (0)