From 6c7a9b315b45f0595f4972ed4748f7aeea84079f Mon Sep 17 00:00:00 2001 From: Kelley Spoon Date: Fri, 18 Nov 2022 03:08:29 -0600 Subject: snapshots: update CNAME A while back snapshots was split off onto its own AWS instance. Unfortunately, it wasn't deployed via terraform, so the IP address is the only thing we're tracking here. The server was recently stopped to add more disk space, so the IP changed. We should add the new IP here so deploying a change via terraform doesn't break snapshots. Signed-off-by: Kelley Spoon Change-Id: I4f2eb5f9f4afce714564bda1a654a929ab196de5 --- publishing/publishing.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishing/publishing.tf b/publishing/publishing.tf index e4f5d3e..8d487a3 100644 --- a/publishing/publishing.tf +++ b/publishing/publishing.tf @@ -86,7 +86,7 @@ resource "aws_route53_record" "snapshots-dns" { name = "snapshots" type = "CNAME" ttl = "60" - records = ["ec2-34-241-163-244.eu-west-1.compute.amazonaws.com"] + records = ["ec2-34-252-32-115.eu-west-1.compute.amazonaws.com"] } resource "aws_route53_record" "testdata-dns" { -- cgit v1.2.3