Skip to content

Commit

Permalink
Update docs/python.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kiarash Kiani <[email protected]>
  • Loading branch information
wtfzambo and kkiani authored May 3, 2024
1 parent 6c2c6b8 commit ef25142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef25142

Please sign in to comment.