0x55aa
← Back to Blog

#Aws

6 articles tagged with "aws"

finopscloud-cost

💸 FinOps for Engineers: You Don't Need a Finance Degree, You Need a `WHERE` Clause

The cloud bill isn't a finance problem that got outsourced to engineering. It's an engineering problem that finance is being blamed for. Here's how to think about cost like a system property, not a monthly surprise.

Jul 04, 2026
6 min read
Read more
awscloud-security

🛑 AWS SCPs: The Emergency Brake Your Cloud Org Is Missing

IAM policies control what identities can do — but SCPs control what's even possible. Here's why Service Control Policies are the most underused security tool in AWS Organizations, and how to actually use them.

Jun 20, 2026
6 min read
Read more
cloud-securityaws

🔑 Cloud Workload Identity: Stop Putting AWS Keys in Your .env Files

Hardcoded AWS credentials in Docker containers and .env files are a breach waiting to happen. Workload identity gives your services cloud access without a single long-lived key in sight.

Jun 06, 2026
6 min read
Read more
devopscloud

📏 Cloud Right-Sizing: Stop Guessing, Start Measuring

Your 8-core VM is running at 3% CPU. Your Kubernetes pods are OOMKilled every Tuesday. Right-sizing fixes both — but only if you stop guessing and start measuring what your workloads actually need.

May 29, 2026
6 min read
Read more
securitycryptography

🔑 Envelope Encryption: Why KMS Never Actually Touches Your Data

KMS doesn't encrypt your data — it encrypts the key that encrypts your data. That's envelope encryption, and once it clicks, cloud secrets management makes total sense.

May 28, 2026
6 min read
Read more
securityssrf

🕵️ SSRF: When Your Server Becomes the Attacker

Server-Side Request Forgery sounds complicated, but the concept is delightfully evil: trick a server into making HTTP requests *it* shouldn't be making, then read what comes back. It took down Capital One. It lives in your URL-fetching code. Let's fix that.

Apr 24, 2026
6 min read
Read more