-
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
1 changed file
with
40 additions
and
0 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # Refine Infrastruture Related FinOps Tags | ||
|
|
||
| When the FinOps tagging values were created, it was decided to lump all infrastructure-related | ||
| things into a single code, `fs0000000000` (which I'll shorten to 0 here). This has turned out not to | ||
| work well, because some aspects of these belong to and are funded by different organizations. | ||
|
|
||
| I propose an update to the FinOps tag format for infrastructure things. These would apply to portions | ||
| of the AWS resources related to the full setup and operation of the account, including but not limited to: | ||
|
|
||
| * Networking | ||
| * VPC | ||
| * Routes | ||
| * Subnets | ||
| * NACL | ||
| * Base Security Groups | ||
| * Transit Gateway | ||
| * VPC Endpoints (most of them) | ||
| * Route53 | ||
| * VPC and TGW Flow Logs | ||
| * Management | ||
| * Identity Center | ||
| * Organizations | ||
| * Security Capabilities | ||
| * CloudTrail | ||
| * Config | ||
| * SecurityHub | ||
| * GuardDuty | ||
| * Inspector | ||
| * Log Ingest | ||
| * CloudWatch Logging | ||
| * Operations | ||
| * Systems Manager | ||
| * Backups | ||
| * Provisioning and ServiceCatalog | ||
| * IaC Setup | ||
| * Baseline | ||
| * Account | ||
| * IAM Roles and Users | ||
| * IAM Policies | ||
| * KMS Keys |