AWS IAM Policies - A Deep Dive for Cloud Engineers
IAM (Identity and Access Management) is the backbone of AWS security. Every API call, every resource access, every cross-account interaction is gated by IAM. Ye...
Practitioner-level security research. Compliance analysis without the jargon. Engineering insights from teams who've shipped it.
// All Articles
IAM (Identity and Access Management) is the backbone of AWS security. Every API call, every resource access, every cross-account interaction is gated by IAM. Ye...
As a Cloud Engineer, the AWS Console is great for exploration, but the AWS Command Line Interface (CLI) is where true automation and speed live. Whether you are...
Project Overview ☁️ This project builds a serverless data pipeline on AWS to ingest, clean, transform, and visualize CSV files. When a CSV file is uploaded to t...
This project is a simple way to manage events that is built entirely on serverless architecture. People can sign up for an email list, see upcoming events, and ...
I wrote this small Bash script that takes raw logs and generates a clean sorted report of who is hammering your SSH port and how often. This is the kind of smal...
When evaluating the real performance of a server deployment on Hetzner VPS, intuition is not enough. You need data. You need to simulate real traffic patterns a...