Skip to content

Commit

Permalink
add table
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 29, 2025
1 parent ebc955f commit e7bd2e1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions aws/proposals/refine-finops-tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ of the AWS resources related to the full setup and operation of the account, inc
* Inspector
* Log Ingest
* CloudWatch Logging
* PKI
* Operations
* Systems Manager
* Backups
Expand All @@ -38,3 +39,28 @@ of the AWS resources related to the full setup and operation of the account, inc
* IAM Roles and Users
* IAM Policies
* KMS Keys

## Notes

The gist of it is I'd like to create new codes with a prefix for the infrastructure stuff.  Like this:

| org | prefix | selector | Code (8) | result |
|-----|--------|----------|----------|--------|
| CSVD | 9 | 0 | 00000000 | fs9000000000 |
| TCO | 9 | 1 | 00000000 | fs9100000000 |
| OIS | 9 | 2 | 00000000 | fs9200000000 |
| catchall | 0 | 0 | 00000000 | fs0000000000 |

Ultimately we have ZERO with the all zeros code.

The code can also be more finely grained for other subcategories defined by need, published, and made super clear.

I don't expect enterprise systems to be here, as they are identified and and have their own funding and such.

This is limited to 10 different categories of "inf", though I do not think we will need more than this.


# CHANGELOG

* 1.0.0 -- 2025-12-29
- initial

0 comments on commit e7bd2e1

Please sign in to comment.