From 0267ed9cca33e4b23ebf8e880d6a9f7e0e89fa92 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Wed, 25 Oct 2023 18:58:53 +0000 Subject: [PATCH] Document DNS Signed-off-by: Jacob Woffenden --- .../platform/infrastructure/dns.html.md.erb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/source/documentation/platform/infrastructure/dns.html.md.erb diff --git a/docs/source/documentation/platform/infrastructure/dns.html.md.erb b/docs/source/documentation/platform/infrastructure/dns.html.md.erb new file mode 100644 index 0000000000..ba84b832be --- /dev/null +++ b/docs/source/documentation/platform/infrastructure/dns.html.md.erb @@ -0,0 +1,21 @@ +--- +owner_slack: "#data-platform-notifications" +title: DNS +last_reviewed_on: 2023-10-25 +review_in: 6 months +--- + +# <%= current_page.data.title %> + +Our DNS domain (data-platform.service.justice.gov.uk) is delegated to AWS Route 53 in our Modernisation Platform account. This is delegated [here](https://github.com/ministryofjustice/dns-iac/blob/main/terraform/service.justice.gov.uk.tf#L973-L983) + +We then delegate subdomains to each of our accounts: + +- data-platform.service.justice.gov.uk (data-platform-production) + - apps-tools.data-platform.service.justice.gov.uk (data-platform-apps-and-tools-production) + - development.data-platform.service.justice.gov.uk (data-platform-development) + - apps-tools.development.data-platform.service.justice.gov.uk (data-platform-apps-and-tools-development) + - preproduction.data-platform.service.justice.gov.uk (data-platform-preproduction) + - test.data-platform.service.justice.gov.uk (data-platform-test) + +This is maintained [here](https://github.com/ministryofjustice/modernisation-platform-environments/blob/main/terraform/environments/data-platform/infra_route53.tf)