Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated the checking of unused DNS records #176

Closed
afeld opened this issue Dec 27, 2017 · 3 comments
Closed

Automated the checking of unused DNS records #176

afeld opened this issue Dec 27, 2017 · 3 comments

Comments

@afeld
Copy link
Contributor

afeld commented Dec 27, 2017

We should clean out records from this repository that aren't actually in use. Some ideas of things to check for:

  • Public Route 53 zones where the domain isn't actually pointing to those nameservers
  • A, AAAA, and CNAME records where that hostname doesn't respond

We should add a script to the repository to check for these things.

@adunkman
Copy link
Member

Noticed continua11y.18f.gov is a 404 today:

dns/terraform/18f.gov.tf

Lines 395 to 401 in cb9c678

resource "aws_route53_record" "18f_gov_continua11y_18f_gov_cname" {
zone_id = "${aws_route53_zone.18f_gov_zone.zone_id}"
name = "continua11y.18f.gov."
type = "CNAME"
ttl = 60
records = ["dwz1sfldhro5q.cloudfront.net"]
}

@lauraGgit
Copy link

@stvnrlly i believe that this was one of your projects - would you say that this makes sense to take out?

@JJediny JJediny changed the title clean out unused records Automated the checking of unused DNS records Nov 27, 2019
@afeld
Copy link
Contributor Author

afeld commented Dec 30, 2019

Closing as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants