{"id":51195056,"url":"https://github.com/shyama-devops/aws-change-tracking-audit-system","last_synced_at":"2026-06-27T19:30:22.927Z","repository":{"id":346366117,"uuid":"1189597286","full_name":"shyama-devops/aws-change-tracking-audit-system","owner":"shyama-devops","description":"Real-time AWS change tracking \u0026 audit system using CloudTrail, S3, Lambda, and SES for visibility and alerting","archived":false,"fork":false,"pushed_at":"2026-03-23T14:20:53.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T11:47:46.107Z","etag":null,"topics":["aws-cloudtrail","aws-lambda","aws-s3","aws-ses-notification","python-lambda","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shyama-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-23T13:35:19.000Z","updated_at":"2026-03-23T14:24:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shyama-devops/aws-change-tracking-audit-system","commit_stats":null,"previous_names":["shyama-devops/aws-change-tracking-audit-system"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/shyama-devops/aws-change-tracking-audit-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyama-devops%2Faws-change-tracking-audit-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyama-devops%2Faws-change-tracking-audit-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyama-devops%2Faws-change-tracking-audit-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyama-devops%2Faws-change-tracking-audit-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shyama-devops","download_url":"https://codeload.github.com/shyama-devops/aws-change-tracking-audit-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shyama-devops%2Faws-change-tracking-audit-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34866118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-cloudtrail","aws-lambda","aws-s3","aws-ses-notification","python-lambda","terraform"],"created_at":"2026-06-27T19:30:22.326Z","updated_at":"2026-06-27T19:30:22.859Z","avatar_url":"https://github.com/shyama-devops.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 AWS Change Tracking \u0026 Audit System\n\nA real-time, event-driven system to **track, audit, and monitor all changes across AWS environments**, providing complete visibility, accountability, and faster incident response.\n\n---\n\n## 📌 Problem Statement\n\nIn modern cloud environments, multiple teams and tools interact with AWS resources:\n\n- AWS Management Console  \n- CLI / SDK  \n- Automated services (EKS, RDS, S3, etc.)\n\nWhen something breaks in production:\n\n❌ No clear visibility into *who made the change*  \n❌ Difficult to trace *where the change originated*  \n❌ Slower root cause analysis  \n\nThis leads to increased downtime and operational risk.\n\n---\n\n## 💡 Solution Overview\n\nThis project implements a **centralized change tracking system** that:\n\n- ✅ Captures all AWS activity  \n- ✅ Identifies *who made the change*  \n- ✅ Tracks *source of action (Console / CLI / SDK / Services)*  \n- ✅ Stores logs for auditing  \n- ✅ Sends real-time alerts to stakeholders  \n\n---\n\n## 🏗️ Architecture\n\n![Architecture Diagram](Architecture.png)\n\n---\n\n## ⚙️ How It Works\n\n1. **Change Event Occurs**  \n   Actions performed via Console, CLI, SDK, or AWS Services  \n\n2. **Event Captured**  \n   AWS CloudTrail logs all API activities  \n\n3. **Event Filtering**  \n   Focus on critical resources (EKS, RDS, S3, etc.)  \n\n4. **Log Storage**  \n   Events stored in Amazon S3 for auditing  \n\n5. **Event Processing**  \n   S3 triggers AWS Lambda  \n\n6. **Notification**  \n   Lambda processes logs and sends alerts via AWS SES  \n\n7. **Outcome**  \n   Real-time visibility for stakeholders  \n\n---\n\n## 🧰 Tech Stack\n\n- AWS CloudTrail – Activity tracking \u0026 logging  \n- Amazon S3 – Log storage  \n- AWS Lambda – Event processing  \n- AWS SES – Email notifications  \n- AWS IAM – Access control  \n\n---\n\n## 🎯 Key Features\n\n- 🔍 **Full Visibility** – Track every AWS change  \n- 👤 **User Attribution** – Identify who made changes  \n- 📡 **Source Detection** – Console / CLI / SDK / Services  \n- ⚡ **Real-Time Alerts** – Immediate notifications  \n- 🗂️ **Audit-Ready Logs** – Stored securely in S3  \n\n---\n\n## 🧠 Design Principles\n\n- **Accountability** → Know who did what  \n- **Traceability** → Track origin of changes  \n- **Visibility** → Real-time awareness  \n- **Noise Reduction** → Focus on critical events  \n\n---\n\n## 📈 Use Cases\n\n- Production incident debugging  \n- Security auditing \u0026 compliance  \n- Unauthorized change detection  \n- DevOps monitoring \u0026 governance  \n\n---\n\n## 🚀 Future Improvements\n\n- 🔔 Slack / Teams integration  \n- 📊 Dashboard (CloudWatch / Grafana)  \n- 🧠 Intelligent alert filtering (reduce noise)  \n- 🔗 Multi-account support  \n\n---\n\n## 🛠️ Setup Instructions\n\n```bash\n# Clone the repository\ngit clone https://github.com/shyama-devops/aws-change-tracking-audit-system.git\n\n# Navigate to project directory\ncd aws-change-tracking-audit-system\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyama-devops%2Faws-change-tracking-audit-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshyama-devops%2Faws-change-tracking-audit-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshyama-devops%2Faws-change-tracking-audit-system/lists"}