-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| # AWS Tags | sec_ | ||
|
|
||
| The Security tag groups are used to identify specific attributes of a resource which are important to the | ||
| security teams in OCIO. They are expected to aid in identifying contact information, perhaps with references | ||
| into our Configuration Management Database (CMDB) or associated security systems. | ||
|
|
||
| They are prefixed with a label of `sec_`. | ||
|
|
||
| The following tags are to be applied to resources which support tagging. | ||
|
|
||
| | Tag key | Status | | ||
| |-----------------------|----------| | ||
| | [sec_csam_id](#sec_csam_id) | Required for specific resource types | | ||
|
|
||
| # Applicability | ||
|
|
||
| ## Resources which support tagging and require tags as above | ||
|
|
||
| (add to this list) | ||
|
|
||
| * EC2 | ||
|
|
||
| ## Resources which support tagging but are not considered within scope of specific `sec_` tags | ||
|
|
||
| * IAM | ||
| * Roles | ||
| * Policies | ||
| * SAML Provider | ||
|
|
||
| ## Other Resources | ||
|
|
||
| # Tags | ||
|
|
||
| ## sec_csam_id | ||
|
|
||
| (describe) | ||
|
|
||
| This is `REQUIRED` for these resources: | ||
|
|
||
| * EC2 deployed as a general use OS | ||
|
|
||
| ### Format | ||
|
|
||
| The tag name is all lowercase, and *must* be set to `sec_csam_id`. | ||
|
|
||
| ### Values | ||
|
|
||
| The value is an integer. This reflects and ID maintained by OIS and provided in the CSAM System (add URL). | ||
|
|
||
| # CHANGELOG | ||
|
|
||
| - 1.0.0 -- 2025-07-28 | ||
| - initial |