Welcome to my side projects page, where I’ve open-sourced a collection of tools and projects that I’ve built over the years.
With a focus on the AWS ecosystem, these projects have been a way for me to learn and explore new technologies.
While they were created with my specific use-cases in mind, I hope they can be helpful to others as well.
If you have any ideas or feature requests, feel free to open an issue on GitHub or contribute to the project. Thanks for checking them out!
๐ธ unusd.cloud
You know that feeling when you forget to turn off your AWS resources and get hit with a huge bill? Yeah, that’s what I built unusd.cloud to solve. A SaaS that automatically finds all the stuff you’re paying for but not using - those forgotten EC2 instances, unused EBS volumes, and idle RDS databases that are just burning money.
It scans your entire AWS setup and sends you weekly reports with actionable insights to cut costs. Think of it as your personal AWS waste detective that saves you money while reducing your security footprint and carbon impact.
Learn more: unusd.cloud
๐ AWS Security Digest Newsletter (Acquired)
Acquired by Plerion in May 2024.
A comprehensive weekly newsletter that curates the most important AWS security news, vulnerabilities, best practices, and threat intelligence. Join thousands of security professionals, DevOps engineers, and cloud architects who rely on this digest to stay ahead of emerging threats and security updates in the AWS ecosystem.
Learn more: AWS Security Digest Newsletter
๐ช Army of AWS bots
๐ [MAMIP] Monitor AWS Managed IAM Policies Changes
Periodically grab AWS IAM Managed policy and check if there are any changes initiated by AWS development teams. It’s useful to see fixed policies and product launch just a few minutes/hours before the official announcement.
- GH: Monitor AWS Managed IAM Policies
- Bluesky: @mamip.bsky.social
๐ค [MASE] Monitor AWS Services Endpoints
AWS SDKs are updated before official announcements of new AWS services or regions. With MASE, we are checking botocore
SDK to monitor any changes related to new services or regions.
Follow: Monitor AWS Services Endpoints
๐ฎ๐ผโโ๏ธ [MGDA] Monitor GuardDuty Announcements
Monitor AWS GuardDuty Announcements and publish it to X.
Follow: Monitor GuardDuty Announcements
๐ AWS Security Survival Kit
This AWS Security Survival Kit will allow you to set up minimal alerting on typical suspicious activities and security configuration for your AWS Accounts.
Link: aws-security-survival-kit
๐ฏ KYE (Know Your Enemies)
Ever wondered who actually has access to your AWS account? KYE is a security analysis tool that digs into your IAM role trust policies and S3 bucket policies to reveal exactly which third-party vendors and external AWS accounts can access your resources. It compares findings against a database of known vendor accounts and flags potential security risks like missing ExternalId conditions that could lead to confused deputy attacks.
Link: KYE
๐ AWS Subnet-Watcher
AWS does not provide any CloudWatch (CW) metrics to monitor available IPs in VPC subnets. It can be difficult to avoid shortages and get alerted when you are approaching the limit. This project aims to solve this problem by giving you metrics and alerting.
Link: AWS Subnet-Watcher
๐ qTweet
Dead simple SQS to X Speaker.
Serverless application who publish AWS Simple Queue System (SQS) message to Twitter using Lambda function and AWS Secret Manager.
Link: qTweet
๐พ S3 Backup Notifier
Daily alert for missing objects in AWS S3 Prefix, useful for backup checks.
โฐ serverless-jobs-using-fargate
A template to schedule jobs using Docker container on AWS using Fargate (serverless)
Link: serverless-jobs-using-fargate
๐ผ Tower-control
Multi-Docker containers for Observability of Home Automation Systems - Jeedom: Grafana + InfluxDB + Telegraf
Link: tower-control
๐ Update53-pub
Update Route 53 DNS Record with your current public IP (Like DynDNS)
Link: update53-pub
๐ชฆ Deprecated
- ansible-mac-install (forked) - Ansible runbook to boostrap your brand new macOS installation with devtools, and SRE/Ops applications.
- cockpit.zoph.io - This cockpit tracks unlimited history of chosen X Accounts from a X List, controllable via Twitter for follower/following trends
- awscon-onepager - This repository intends to centralize digest one-pagers recap about AWS Events / Conferences.
- aws-pet-project-template - A template to convert a new idea to a functional “Proof of Concept” on AWS.
- aws-security-toolbox - A container dedicated for DevSecOps folks containing all community-driven tools for security analysis on AWS