Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delegate *.publishing.service.gov.uk subdomains to environment AWS accounts #1601

Open
5 tasks
samsimpson1 opened this issue Jan 23, 2025 · 0 comments
Open
5 tasks
Labels
enhancement New feature or request

Comments

@samsimpson1
Copy link
Member

User Need

As an SRE
I want to be able to programatically create DNS records for the publishing.service.gov.uk domain in Route53
so that I don't have to manually add records to govuk-dns-tf

Functional Requirements (What):

  • create new hosted zones for $ENV.publishing.service.gov.uk in each corresponding environment AWS account
  • create copies of relevant records from govuk-dns-tf in the new zones
  • create NS records in publishing.service.gov.uk zone (doing this programatically too would be nice)
  • clean up moved records from govuk-dns-tf

Acceptance Criteria:

  • I can create records for $ENV.publishing.service.gov.uk using terraform or other IaC tools operating in that environment's AWS account

Notes:

  • at the moment, we use a single hosted zone in Route53 to manage records for publishing.service.gov.uk
  • this makes it difficult/impossible to automate record creation for this zone, so we have to manually create records for this zone
@samsimpson1 samsimpson1 added the enhancement New feature or request label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant