PinnedInAWS TipbyAdrian Angel Sanz Melchor·Apr 20, 2022How to use Cloudfront only for static files and improve SEO by 301 the rest of requests to your…Make your cloudfront distribution only serve static files and redirect the rest of request to your real domain.
PinnedInAWS TipbyAdrian Angel Sanz Melchor·Apr 13, 2022Enforce MFA on AWS for IAM usersEnforce MFA usage on all users by disable any actions if not enabled
Adrian Angel Sanz Melchor·Aug 1, 2025Accessing an internal Strimzi Kafka cluster in Kubernetes without exposing it using port-forward…Debug your remote strimzi kafka cluster without exposing it using port forwad and minor configuration changes.
Adrian Angel Sanz Melchor·Mar 18, 2024Deep diving in threads and logs to identify performance issues on a python appDo you ever stare at your monitoring dashboard, wondering “what the f*** is going on?” Yeah, me too.
Adrian Angel Sanz Melchor·Jan 24, 2024Using AI to list for me the lowest bulk price products in Mercadona (Langchain + Ollama +…A small journey to make the AI tell me the lowest price of products in MercadonaA response icon1A response icon1
Adrian Angel Sanz Melchor·Sep 26, 2023Download private Terraform modules authenticating as a GitHub App on CI/CDUse GitHub App token to download private terraform modules instead of using SSH keys
Adrian Angel Sanz Melchor·May 11, 2023Develop GitHub actions faster with ‘act’, an easy exampleSee an example on how to use act to carry out testing of GitHub actions locally.
Adrian Angel Sanz Melchor·Sep 23, 2022Simplify secret sending procedure with a simple python scriptWe recently added some services that requires me, to generate and send accesses to users. I’m a lonely DevOps doing this, so I lose quite…
Adrian Angel Sanz Melchor·Jul 13, 2022How to do “Split tunneling” with OpenVPN community editionSo I’ve been wondering how I could add split tunneling on our VPN, since I’m tired of accepting cookies in German every time I do a google…