/// KNOWLEDGE_BASE

/var/log/notes

Technical documentation, troubleshooting logs, and infrastructure insights.

LATEST 2025-02-14

Automating AWS EC2 Snapshots with Lambda & Python

A walkthrough of how I reduced backup costs by 40% using a custom Lambda script to rotate snapshots automatically based on tags.

#AWS #PYTHON #AUTOMATION
2025-01-20

Securing Nginx Reverse Proxy for Fintech Apps

Hardening Nginx configuration against DDOS and SQL injection. Implementing SSL pinning and strict CSP headers.

#LINUX #SECURITY #NGINX
2024-12-05

Migrating Legacy SQL to AWS RDS with Zero Downtime

Case study on how we used DMS (Database Migration Service) to move a 500GB production database during business hours.

#DATABASE #MIGRATION #AWS