Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Change domain #86

Open
mgrauer opened this issue Dec 10, 2020 · 3 comments
Open

Change domain #86

mgrauer opened this issue Dec 10, 2020 · 3 comments
Assignees
Labels

Comments

@mgrauer
Copy link
Contributor

mgrauer commented Dec 10, 2020

A lot to figure out here, including DNS management, email, who should email responses come from, should there be a support email, using SES, certificate management, and updates to terraform.

@mgrauer mgrauer added the MVP label Dec 10, 2020
@mgrauer mgrauer added this to the Jan 25 demo milestone Dec 10, 2020
@brianhelba
Copy link
Collaborator

I think the consensus for the target domain is dkc.kitware.com.

@brianhelba
Copy link
Collaborator

I plan to do domain delegation, and manage all the records from Route 53. I've emailed the kitware.com authority (i.e. KW sysadmin) with a request to update things on their end.

@brianhelba
Copy link
Collaborator

Note, the command

aws route53 list-resource-record-sets --hosted-zone-id=Z02485642M6DENOKT5LEV | jq '.ResourceRecordSets|map(select(.Type!="NS" and .Type!="SOA"))[]|{Name,Type,TTL,Value:.ResourceRecords[].Value}'

can be used to dump the current DNS records, if we need to transfer them manually.

@brianhelba brianhelba removed this from the Jan 25 demo milestone Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants