Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AWS tagging doc #861

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/manuals/aws-tagging.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ In future, we may wish to consider mechanisms such as alerting on untagged resou

- `Product`: for example `GOV.UK` or `DSP`
- `System`: the name of the software system (for example `Authentication` or `Identity proofing and verification core`. Avoid abbreviations)
- `Service`: used to describe the function of a particular resource (for example: `account management`, `session storage`, `front end`)
- `Environment`: should be one of `production`, `staging`, `integration`, or `development`.
- `Owner`: an email address for an owner for the resource. For dev environments, this will be an individual email address; elsewhere it will be a group address.

### Optional

- `Service`: used to describe the function of a particular resource (for example: `account management`, `session storage`, `front end`)
- `Source`: the URL(s) for any source code repositories related to this resource, separated by spaces
- `Exposure` : should specify the level of exposure the resource has to determine its attack surface area. (for example `internal` or `external`)
- `Data Classification` : should specify the highest data classification level the resource handles. This will help internal security teams to know what level of controls to apply and help focus on the resources with greatest level of risk.
Expand Down