Skip to content

Blog

Hosting MKDocs in Cloudflare pages

I've been thinking for quite some time where to host this blog. At first, I used GitHub Pages, and it worked great for a while. However, I was still missing something important, metrics. GitHub Pages offers some metrics that indicate how many visitors you have, but these numbers don't accurately reflect the actual traffic to your site—instead, they show how many people visit your GitHub repository. So, I started looking for alternative solutions that provide better analytics. That's when I discovered Cloudflare Pages, a free hosting service with built-in analytics.

AMI ing for Trust꞉ Controlling Your Trusted Providers in AWS

A few weeks ago, I came across a fantastic post from Datadog security's team about name confusion attacks in AWS AMI's and how using the Allowed AMI feature can help prevent this attack vector. While digging into it and declarative policies, I realized there aren't many blog posts out there covering them since they are recent features, hence this post.