AWS Security Scripts & Snippets Pack β by Secloudai
π‘οΈ Detect and fix critical AWS misconfigurations β without third-party tools.
This pack includes production-ready Bash and Python scripts to scan your AWS account for:
- Public S3 buckets
- Unused IAM roles
- And now, auto-remediation to make your cloud safer
---
### β Whatβs inside
- s3-public-checker.sh β Scans for publicly accessible S3 buckets
- iam-unused-roles.py β Flags IAM roles with no recent usage
- s3-make-private.sh β Optional script to revoke public access
- run-all.sh β Runs all scripts at once (nice for cronjobs)
- README.md β Full documentation
- QUICK_START.md β Easy onboarding guide
---
### βοΈ Requirements
- AWS CLI configured
- Python 3 with boto3 installed
---
### π§ Use cases
- Fast AWS security audits
- DevOps & freelancers validating deployments
- Scheduled posture scans (weekly/cron)
---
### π‘ Why this pack?
- Simple and effective
- Offline-first (no cloud access needed)
- Made by DevOps, for DevOps
π― Secure your AWS without paying for enterprise tools.
Scan and fix security issues in your AWS account with just a few CLI commands.