You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/technical-standards/Reference/hosting-standards/tagging.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,9 @@ To ensure we can consistently search for, and report on, the tags we use, you sh
19
19
-`AutomationBuildUrl`: URL of the automation build, must be a valid URL.
20
20
-`BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Preprod`, `Prod`, `Mgmt`.
21
21
-`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.
24
25
25
26
## Monitoring
26
27
@@ -32,16 +33,9 @@ The user creating the object will be notified when an object is untagged with in
32
33
2. Newly created untagged objects will be forcefully and automatically shutdown/disabled if they remain untagged for 7 calendar days.
33
34
3. Existing untagged objects will not be editable until the mandatory tags have been added.
34
35
35
-
### FIXME(remove) Tags we're no longer using
36
+
##More information
36
37
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.
0 commit comments