Skip to content

Commit c1a770a

Browse files
committed
Update tagging requirements followind discussion with @acanbym and @stonest
1 parent 6d5f390 commit c1a770a

File tree

1 file changed

+5
-11
lines changed
  • docs/technical-standards/Reference/hosting-standards

1 file changed

+5
-11
lines changed

docs/technical-standards/Reference/hosting-standards/tagging.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ To ensure we can consistently search for, and report on, the tags we use, you sh
1919
- `AutomationBuildUrl`: URL of the automation build, must be a valid URL.
2020
- `BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Preprod`, `Prod`, `Mgmt`.
2121
- `Confidentiality`: Data confidentiality of the infrastructure. Only applicable to infrastructure which holds data, e.g. EC2, RDS, EBS, DynamoDB, Glue, and S3. Must be one of `Internal`, `Restricted`, or `Public`[^confidentiality-tags-source].
22-
weekend_shutdown
23-
ooh_shutdown
22+
- `Department`: The service area this system serves.
23+
- `WeekendShutdown`: If present, regardless of the value provided the resource will be shut down over the weekend.
24+
- `OOHShutdown`: If present, regardless of the value provided the resource will be shut down out of working hours.
2425

2526
## Monitoring
2627

@@ -32,16 +33,9 @@ The user creating the object will be notified when an object is untagged with in
3233
2. Newly created untagged objects will be forcefully and automatically shutdown/disabled if they remain untagged for 7 calendar days.
3334
3. Existing untagged objects will not be editable until the mandatory tags have been added.
3435

35-
### FIXME(remove) Tags we're no longer using
36+
## More information
3637

37-
- `AutomationTool`: The tool used for Infrastructure as Code, e.g. `Terraform` or `Serverless Framework`.
38-
- `Department` (maybe useful, it's a fixed list)
39-
- `Phase`
40-
- `Stack`
41-
- `Patch Group`
42-
- `Project`
43-
- `OOOShutdown` (has been superceded)
44-
- `Team` (replaced by TeamEmail)
38+
See the [How to tag your infrastructure](../../How-to%20guides/tagging.md) guide.
4539

4640
[^confidentiality-tags-source]: https://github.com/LBHackney-IT/aws-tags-lbh/blob/main/variables.tf#L83
4741
[^environment-tags-source]: https://github.com/LBHackney-IT/aws-tags-lbh/blob/main/variables.tf#L150

0 commit comments

Comments
 (0)