Category: AWS Cloud

27 Mar 2026 AWS Cloud 👁 192 views

Why Multicloud Architecture Is Not a Cloud Resilience Strategy

There is a particular kind of nonsense that circulates in enterprise technology conversations, the kind that sounds like wisdom because it wears the clothes of prudence. Multicloud architecture as a cloud resilience strategy is that nonsense. It has the shape of risk management and the substance of a comfort blanket, and the industry has spent […]

Read more →
21 Mar 2026 AWS Cloud 👁 40 views

Reverse Engineering Your AWS Estate into Terraform Using CloudToRepo

If you have ever inherited an AWS estate, you know the feeling before you can even describe it. Hundreds of resources spread across regions you did not know were enabled. Lambdas with no source repos. Config rules that predate the current team. IAM roles that look like they were generated by a sleep-deprived octopus at […]

Read more →
17 Mar 2026 AWS Cloud 👁 44 views

Aurora PostgreSQL Write Traffic, Saturation, and the Path to Throughput

1. Introduction Every engineering team that runs a high throughput transactional workload on Amazon Aurora PostgreSQL will eventually arrive at the same uncomfortable question: why does the database start refusing to go faster, and what can actually be done about it? Aurora’s architecture is genuinely brilliant, but it introduces a set of write path constraints […]

Read more →
03 Mar 2026 AWS Cloud 👁 211 views

Knowing Your IOPS Are Broken Is Not As Valuable As Knowing They Are About To Break

Andrew Baker | March 2026 Companion article to: https://andrewbaker.ninja/2026/03/01/the-silent-killer-in-your-aws-architecture-iops-mismatches/ Last week I published a script that scans your AWS estate and finds every EBS volume and RDS instance where your provisioned storage IOPS exceed what the compute instance can actually consume. That problem, the structural mismatch between storage ceiling and instance ceiling, is important and […]

Read more →
01 Mar 2026 AWS Cloud 👁 402 views

The Silent Killer in Your AWS Architecture: IOPS Mismatches

Andrew Baker, Chief Information Officer at Capitec Bank There is a class of AWS architecture mistake that is genuinely difficult to see. It does not appear in your cost explorer as an obvious line item. It does not trigger a CloudWatch alarm. It does not show up in a well architected review unless the reviewer […]

Read more →
24 Feb 2026 AWS Cloud 👁 35 views

WordPress Totally Free Backup and Restore: CloudScale Backup Plugin – Does Exactly What It Says

I’ve been running this blog on WordPress for years, and the backup situation has always quietly bothered me. The popular backup plugins either charge a monthly fee, cap you on storage, phone home to an external service, or do all three. I wanted something simple: a plugin that makes a zip file of my site, […]

Read more →
21 Feb 2026 AWS Cloud 👁 116 views

Scaling Aurora Serverless v2 PostgreSQL: A Production Deep Dive

Aurora Serverless v2 promises the dream of a database that automatically scales to meet demand, freeing engineering teams from capacity planning. The reality is considerably more nuanced. After running Serverless v2 PostgreSQL clusters under production workloads, I have encountered enough sharp edges to fill a blog post. This is that post. The topics covered here […]

Read more →
06 Feb 2026 AWS Cloud 👁 7 views

Automatically Recovering a Failed WordPress Instance on AWS

When WordPress goes down on your AWS instance, waiting for manual intervention means downtime and lost revenue. Here are two robust approaches to automatically detect and recover from WordPress failures. Approach 1: Lambda Based Intelligent Recovery This approach tries the least disruptive fix first (restarting services) before escalating to a full instance reboot. Step 1: […]

Read more →
10 Jan 2026 Artificial Intelligence 👁 10 views

Protected: PRFAQ: Neo – Proactive, Zero Friction Client Support at Capitec

There is no excerpt because this is a protected post.

Read more →
02 Jan 2026 AWS Cloud 👁 31 views

Create / Migrate WordPress to AWS Graviton: Maximum Performance, Minimum Cost

Running WordPress on ARM-based Graviton instances delivers up to 40% better price-performance compared to x86 equivalents. This guide provides production-ready scripts to deploy an optimised WordPress stack in minutes, plus everything you need to migrate your existing site. Why Graviton for WordPress? Graviton3 processors deliver: The t4g.small instance (2 vCPU, 2GB RAM) at ~$12/month handles […]

Read more →
124