-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π π Document Data Platform DNS hierarchy (#2070)
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.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
docs/source/documentation/platform/infrastructure/dns.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |