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
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,24 +23,28 @@ To ensure we can consistently search for, and report on, the tags we use, you sh
23
23
### Mandatory tags
24
24
25
25
-`Application`: The full name of the application or service. This should match the name used in the Service Catalogue, e.g. `Repairs Hub`, `Common Fate`.
26
-
-`Team`: In the form `<team-name>: <team-email>`. This is the team responsible for the operation of the service.
26
+
-`TeamEmail`: The email address of the team responsible for the operation of the service. Must be a valid email group, not an individual.
27
27
-`Environment`: The name of the environment, must be one of `dev`, `stg`, `prod` or `mgmt`[^environment-tags-source].
28
28
29
29
### Optional tags
30
30
31
31
-`AutomationBuildUrl`: URL of the automation build, must be a valid URL.
32
-
-`AutomationTool`: The tool used for Infrastructure as Code, e.g. `Terraform` or `Serverless Framework`.
32
+
-`BackupPolicy`: The backup policy to apply to the resource. If present must be one of `Dev`, `Stg`, `Preprod`, `Prod`, `Mgmt`.
33
33
-`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].
34
-
-`OOOShutdown`: Whether to shut an EC2 instance down out of hours. Must be `true` or `false`.
34
+
weekend_shutdown
35
+
ooh_shutdown
36
+
35
37
36
38
### FIXME(remove) Tags we're no longer using
37
39
38
-
- Department (maybe useful, it's a fixed list)
39
-
- BackupPolicy (should be inferred from environment, as they seem to match)
40
-
- Phase
41
-
- Stack
42
-
- Patch Group
43
-
- Project
40
+
-`AutomationTool`: The tool used for Infrastructure as Code, e.g. `Terraform` or `Serverless Framework`.
0 commit comments