From ef25142414eb1de5c583d945778e60f14e68063c Mon Sep 17 00:00:00 2001 From: Zambo <47462792+wtfzambo@users.noreply.github.com> Date: Fri, 3 May 2024 09:14:37 +0200 Subject: [PATCH] Update docs/python.md Co-authored-by: Kiarash Kiani --- docs/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python.md b/docs/python.md index fbfe739..4aca8e4 100644 --- a/docs/python.md +++ b/docs/python.md @@ -12,7 +12,7 @@ pip install cost-monitoring-construct Getting started is very simple: just add the following snippet to your code and adapt it to the situation. -Remember to enable the [cost allocation tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/activating-tags.html), otherwise the budgets won't work! +> [!WARNING] ApplicationCostMonitoring uses AWS Tags to track resources' usages. You must [activate](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/activating-tags.html) your chosen tag key (`cm:application` by default) under Cost Allocation Tags. The tag key will appear in the AWS console up to 24 hours after at least one AWS resource has been created with that tag. ```python import aws_cdk as cdk