Skip to content

Commit

Permalink
add lab
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 15, 2026
1 parent 1fd49bc commit 0d98062
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions aws/proposals/refine-finops-tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ of the AWS resources related to the full setup and operation of the account, inc
* Management
* Identity Center
* Organizations
* Stacks
* Stacksets
* Security Capabilities
* CloudTrail
* Config
Expand All @@ -34,6 +36,7 @@ of the AWS resources related to the full setup and operation of the account, inc
* Backups
* Provisioning and ServiceCatalog
* IaC Setup
* Patching
* Baseline
* Account
* IAM Roles and Users
Expand All @@ -44,12 +47,24 @@ of the AWS resources related to the full setup and operation of the account, inc

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 |
* Production

| org | prefix | location | selector | Code (8) | result | starts_with |
|-----|--------|----------|----------|----------|--------|-------------|
| CSVD | 8 | 0 | prod | 00000000 | fs8000000000 | fs80 |
| TCO | 8 | 1 | prod | 00000000 | fs8100000000 | fs81 |
| OIS | 8 | 2 | prod | 00000000 | fs8200000000 | fs82 |
| catchall | 0 | 0 | prod | 00000000 | fs0000000000 | N/A |

* Lab

| org | prefix | location | selector | Code (8) | result | starts_with |
|-----|--------|----------|----------|----------|--------|-------------|
| CSVD | 9 | 0 | lab | 00000000 | fs9000000000 | fs90 |
| TCO | 9 | 1 | lab | 00000000 | fs9100000000 | fs91 |
| OIS | 9 | 2 | lab | 00000000 | fs9200000000 | fs92 |
| catchall | 0 | 0 | lab | 00000002 | fs0000000002 | N/A |


Ultimately we have ZERO with the all zeros code.

Expand All @@ -64,3 +79,5 @@ This is limited to 10 different categories of "inf", though I do not think we wi

* 1.0.0 -- 2025-12-29
- initial
* 1.0.1 -- 2026-06-15
- add lab

0 comments on commit 0d98062

Please sign in to comment.