Skip to content

Commit

Permalink
πŸ”€ πŸ“ Document Data Platform DNS hierarchy (#2070)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
Jacob Woffenden authored Oct 26, 2023
1 parent 0f3a1e5 commit 49139f3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/documentation/platform/infrastructure/dns.html.md.erb
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 49139f3

Please sign in to comment.