Skip to content

Commit

Permalink
update ops_contact
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 8, 2025
1 parent 17cbce8 commit f24cf7f
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions aws/documentation/naming-tagging-standard/tags/ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following tags are to be applied to resources which support tagging.

| Tag key | Status |
|-----------------------|----------|
| ops_support | Required for EC2 |
| [ops_contact](#ops_contact) | Required for EC2 |

# Applicability

Expand Down Expand Up @@ -45,7 +45,9 @@ be tagged accordingly.

# Tags

## ops_support
## ops_contact

This supercedes `ops_support`.

This is `REQUIRED` for these resources:

Expand All @@ -59,11 +61,26 @@ ALB, etc.).

### Format

The tag name is all lowercase, and *must* be set to `ops_support`.
The tag name is all lowercase, and *must* be set to `ops_contact`.

### Values

These values will come from the _{business-label}_ from the [base label format](../README.md#base-label-format). The value
This is a multi-part value, consisting of sub key/value pairs separated by spaces. Currently, two are defined

* ops
* apps

Not we explicitly exclude an `email` sub-key due to complexity in maintaining the value across many resources. Instead, we defer
to an Atrium entry for tracking such information, consistent with how this is done with on-prem VMware.

This takes the format as:

```
ops/{operational_business-label} apps/{application_business-label}
```

These values will come from the _{business-label}_ from the [base label format](../README.md#base-label-format). The `ops` key's value
will mostly be set to `csvd`, but cases exist where other groups are possible. Examples include:

* dice
Expand All @@ -84,22 +101,8 @@ The following tags in the original proposal will not be moving forward:
such as [here](https://github.e.it.census.gov/terraform/cloud-information/blob/master/aws/info/ACCOUNTS.md)
* ops_division | ops_organization
* This is replaced with `ops_support`

## ops_contact

Supercedes `ops_support`

### Format

```
ops/{operational_division} app/{application_division}
```

OR

```
{"ops":"{operational_division}","app":"{application_division}"}
```
* ops_support
* This is replaced with consolidated values of `ops` and `apps` into ops_contact

# CHANGELOG

Expand Down

0 comments on commit f24cf7f

Please sign in to comment.