From 77057d3d686fc44ba78a41e9999147beb8896a25 Mon Sep 17 00:00:00 2001 From: Yassine EL GHALI Date: Fri, 28 Oct 2022 03:56:28 +0200 Subject: [PATCH 1/2] Create tag-resources.md --- docs/catalog/cloud/tag-resources.md | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/catalog/cloud/tag-resources.md diff --git a/docs/catalog/cloud/tag-resources.md b/docs/catalog/cloud/tag-resources.md new file mode 100644 index 00000000..d371f4e1 --- /dev/null +++ b/docs/catalog/cloud/tag-resources.md @@ -0,0 +1,34 @@ +--- +version: 1.0 +submitted_by: yelghali +published_date: tbd +category: cloud +tags: +- operations +- compute +- kubernetes +- role:software-engineer +- size:small +--- + +# Tag resources + +## Description +Getting the right information and insights at the right time is important for producing reports about performance and resource utilization. + +## Solution +Set tags on your cloud resources at the infrastructure level, to enable monitoring of your applications overall performance. + + +## SCI Impact +`SCI = (E * I) + M per R` +[Software Carbon Intensity Spec](https://grnsft.org/sci) + +Regarding the SCI equation, tagging resource does not impact carbon emissions directly ; however it is a best practice that enables measurements and improvements. + + +## Assumptions +Naming conventions, and tagging governance is implemented. + +## Considerations +Leverage Automation and infrastructure as code to help you implement an efficient and consistent tagging policy. From 0882dbbff6953ef37cd3dd33bc48866b2695985a Mon Sep 17 00:00:00 2001 From: Yassine EL GHALI Date: Mon, 31 Oct 2022 15:29:10 +0100 Subject: [PATCH 2/2] Update tag-resources.md --- docs/catalog/cloud/tag-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/catalog/cloud/tag-resources.md b/docs/catalog/cloud/tag-resources.md index d371f4e1..c95edf86 100644 --- a/docs/catalog/cloud/tag-resources.md +++ b/docs/catalog/cloud/tag-resources.md @@ -4,7 +4,7 @@ submitted_by: yelghali published_date: tbd category: cloud tags: -- operations +- cloud - compute - kubernetes - role:software-engineer