ministryofjustice / operations-engineering

This repository is home to the Operations Engineering's tools and utilities for managing, monitoring, and optimising software development processes at the Ministry of Justice. • This repository is defined and managed in Terraform
https://user-guide.operations-engineering.service.justice.gov.uk/
MIT License
11 stars 5 forks source link

Clean up unused Hostedzones #4577

Open AntonyBishop opened 1 week ago

AntonyBishop commented 1 week ago

User Need

As a Operations Engineering Team I want to remove hosted zones that are no longer required so that we don't think we manage zone or DNS records that don't exist.

Value

Keeps our domain estate tidy and means that what we have in DNS and AWS Route53 are aligned.

Functional Requirements (What):

Delete the following zones:

3 step process for deletion (interim):

  1. Delete DNS records from related YAML file. Apply change.
  2. Delete the directory for the hostedzone. Apply change.
  3. Go into AWS Route53 and delete hostedzone

Acceptance Criteria: