How to Add or Modify DNS Records - QualitativeDataRepository/TechnicalTeam GitHub Wiki
This page provides instructions on how to modify QDR DNS records
List of zones managed in AWS
172.in-addr.arpa
qdr.org
int.qdr.org
Modify DNS using Terraform
- Checkout https://github.com/qualitativeDataRepository/terraform
- To edit public records, edit
infra/route53-public-records.tf
- To edit internal records, edit
infra/route53-internal-records.tf
- Follow How to use Terraform to modify AWS infrastructure steps to apply.
Modify DNS using AWS console
- Login to the QDR AWS console as
breakglass-admin
- Select Route53 from the list
- Select
Hosted Zones
- Select
qdr.org
- Select the record you need to edit end click
edit
- Select
Save changes