Track every change to AWS Managed IAM Policies with full version history and validation.
π Visit the Website β’ π Browse Policies β’ βΉοΈ About
Explore AWS Managed IAM Policies through our modern, searchable web interface:
Features:
- π Search & Filter - Instantly find any policy among 1,465+ managed policies
- π Track Changes - View full version history and git diffs for every policy
- π Spot New Features - Discover v1 policies indicating new AWS services
- π» Syntax Highlighting - Read policy documents with color-coded JSON
- π± Responsive Design - Works seamlessly on desktop and mobile
- 1,465+ Policies Tracked - All AWS Managed IAM Policies monitored continuously
- Real-Time Updates - Automated checks every 4 hours on weekdays
- Version History - Full git history for every policy change
- Deprecation Tracking - Historical records of 73+ deprecated policies
Stay informed about policy changes through your preferred channel:
- π¦ Bluesky: @mamip.bsky.social
- π X/Twitter: @mamip_aws
- π§ AWS SNS:
arn:aws:sns:eu-west-1:567589703415:mamip-sns-topic - π GitHub: Watch this repository for releases
Every policy validated using AWS Access Analyzer:
- Security analysis and best practice checks
- Syntax validation and resource analysis
- Detailed findings stored in
findings/directory
- Serverless: ECS Fargate with Spot instances
- Infrastructure: Terraform (full IaC)
- Validation: AWS Access Analyzer
- CI/CD: GitHub Actions
- Frontend: Next.js 15 + Tailwind CSS
Automated workflow running every 4 hours (Mon-Fri):
- π Fetch - Retrieve all AWS Managed IAM Policies via AWS CLI
- π Compare - Detect new, updated, or deprecated policies
- β Validate - Run AWS Access Analyzer policy validation
- πΎ Store - Commit changes to git with individual commits per policy
- π’ Notify - Send alerts via Bluesky, X/Twitter, SNS, and GitHub
- π Deploy - Update the companion website automatically
Option 1: Social Media (Recommended)
# Follow on Bluesky
https://bsky.app/profile/mamip.bsky.social
# Follow on X/Twitter
https://x.com/mamip_awsOption 2: AWS SNS Email Notifications
aws sns subscribe \
--topic-arn arn:aws:sns:eu-west-1:567589703415:mamip-sns-topic \
--protocol email \
--notification-endpoint [email protected]Option 3: GitHub
- β Star this repository and enable "Releases only" notifications
- π‘ Subscribe to RSS feed
Visit mamip.zoph.io for the full searchable archive with:
- Policy search and filtering
- Full version history and git diffs
- Syntax-highlighted JSON viewer
- Brand new (v1) policy tracking
MAMIP/
βββ policies/ # 1,465+ AWS Managed IAM Policies (JSON)
βββ findings/ # Policy validation results from Access Analyzer
βββ DEPRECATED.json # Historical record of 73+ deprecated policies
βββ automation/ # Python scripts & Terraform infrastructure
βββ website/ # Next.js companion website source code
βββ assets/ # Documentation and images
Browse the data:
- π All Policies - Current AWS Managed IAM Policies
- π Validation Findings - Access Analyzer results
- ποΈ Deprecated Policies - Historical deprecation records
- Compute: AWS ECS Fargate (Spot instances for cost optimization)
- Schedule: CloudWatch Events (every 4 hours, Mon-Fri)
- IaC: Terraform configuration in
automation/tf-fargate/ - Container: Python 3.x with AWS CLI and git
- Secrets: AWS Secrets Manager for GitHub token storage
iam:ListPolicies, iam:GetPolicyVersion
access-analyzer:ValidatePolicy
secretsmanager:GetSecretValue
sns:Publish, sqs:SendMessage
s3:GetObject, s3:PutObject
- CloudWatch Logs for execution tracking
- SNS alerts on failures
- GitHub Actions status badges
| Metric | Count |
|---|---|
| Active Policies | 1,465 |
| Deprecated Policies | 73 |
| Brand New (v1) | 20 |
| Most Modified | ReadOnlyAccess (97 versions) |
This project is inspired by Scott Piper's original aws_managed_policies repository. MAMIP extends this concept with:
- β Fully automated infrastructure and monitoring
- β Comprehensive AWS Access Analyzer validation
- β Multi-channel notifications (Bluesky, X, SNS, GitHub)
- β Modern searchable web interface
- β Complete deprecation lifecycle tracking
Thank you, Scott, for pioneering this valuable resource!
GNU General Public License v3.0 - see LICENSE for details.
π Visit Website β’ π Browse Policies β’ π¦ Follow on Bluesky β’ π Follow on X
Made with β€οΈ by zoph.io β AWS Cloud Advisory Boutique
This is an unofficial archive and is not affiliated with Amazon Web Services (AWS).
