7374756666

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 …