7374756666

AWS RDS proxy hangs on large results

If you're using an AWS RDS proxy in front of MySQL and it seems to hang randomly on large results (in this case using the nodejs mysql or mysql2 packages …

Creating multi-domain ACM certificates using terraform

Creating multi-domain ACM certificates can be tricky with terraform, the examples only show creating a single domain and waiting for validation.

This example shows how it can be done, it …

Fixing AWS ECS execute-command TargetNotConnectedException when using Fargate

In the past week I've encountered an error when trying to run aws ecs execute-command on a Fargate container running platform 1.4.0.

This worked fine on containers created …