kitware-resonant / dkc-next

Apache License 2.0
3 stars 0 forks source link

Change domain #86

Open mgrauer opened 3 years ago

mgrauer commented 3 years ago

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.

brianhelba commented 3 years ago

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

brianhelba commented 3 years ago

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 commented 3 years ago

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.