Skip to content

Commit

Permalink
Merge pull request #158 from guardian/pf/link-to-cname-migration
Browse files Browse the repository at this point in the history
Link to CNAME migration docs
  • Loading branch information
tjsilver authored Feb 6, 2024
2 parents d56c8af + 4601a9e commit cdb98d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion domain-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Which DNS provider should I use?

NS1 is our preferred supplier for DNS hosting. We pay for their dedicated DNS service, which is independent from their shared platform. This means that even if their shared platform experiences a DDOS attack, our DNS will still be available. You can cloudform DNS records in NS1 using the Guardian::DNS::RecordSet custom resource ([CDK](https://guardian.github.io/cdk/classes/constructs_dns.GuCname.html) / [Cloudformation](https://github.com/guardian/cfn-private-resource-types/tree/main/dns/guardian-dns-record-set-type/docs) docs)
NS1 is our preferred supplier for DNS hosting. We pay for their dedicated DNS service, which is independent from their shared platform. This means that even if their shared platform experiences a DDOS attack, our DNS will still be available.

You can cloudform DNS records in NS1 using the Guardian::DNS::RecordSet custom resource ([CDK](https://guardian.github.io/cdk/classes/constructs_dns.GuCname.html) / [Cloudformation](https://github.com/guardian/cfn-private-resource-types/tree/main/dns/guardian-dns-record-set-type/docs) docs). If you have an existing domain that's administered in NS1 and want to migrate it to CDK, see [the EC2 migration docs](https://github.com/guardian/cdk/blob/main/docs/migration-guide-ec2.md#stage-2-switch-dns).

### Avoid Route53

Expand Down

0 comments on commit cdb98d8

Please sign in to comment.