diff --git a/aws/proposals/refine-finops-tags/README.md b/aws/proposals/refine-finops-tags/README.md index d72da092..1ab6f048 100644 --- a/aws/proposals/refine-finops-tags/README.md +++ b/aws/proposals/refine-finops-tags/README.md @@ -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 @@ -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 @@ -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. @@ -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