AWS Aurora Global is, on the face of it, a decent product. Aurora is a MySQL fork with a tonne
Continue readingTag: aws
Running Amazon DynamoDB Local (Docker) with Gradle
DynamoDB Local is a Java application which you can run locally to test your applications against DynamoDB, without the need
Continue readingRunning Docker Containers (from AWS ECR) with Systemd
Systemd units can be used to automatically start Docker containers on boot. Systemd, by default, will also monitor for the
Continue readingAnsible: Automatically Generate and Verify AWS ACM Certificate
Ansible’s AWS ACM module didn’t, at time of writing, support generating new certificates. ACM certificates can be programatically generated and
Continue reading