Prefetch Technologies // Keeping your cache lines cozy

Archive

Posts in Cloud

Backing up your route53 zone configuration with the aws CLI

cloudJan 30, 2020 1 min read

In a previous post, I discussed using the Kubernetes external-dns project to manage DNS changes. Prior to rolling it out, I needed a way to backup each zone prior to external-dns modifying it. I also wanted this to occur each time a commit occurred that resulted in a DNS change. This turned out to be super easy to do with the aws CLI…

$ read more →