Skip to content

Commit

Permalink
(DOCS-9965) Add remove_lingering_aws_host_tags.py link
Browse files Browse the repository at this point in the history
  • Loading branch information
buraizu authored Feb 14, 2025
1 parent bda0be6 commit a84a40f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ If you removed the AWS integration, but continue to run a Datadog Agent on your

You can verify the integration is enabled by checking the "Apps Running" for that host from the infrastructure list or by checking the metrics summary and creating a notebook scoped to that host.

If you want to permanently remove AWS host tags from a host, you can do this by using the [Remove host tags API endpoint][11].
By default, host-level tags remain permanently attached to AWS hosts. If you want to permanently remove AWS host tags from a host, you can do this by the following methods:
- Using the [Remove host tags API endpoint][11] to remove all user-assigned tags for a single host
- Using the [remove_lingering_aws_host_tags.py tool][12] to remove all user-assigned tags from a list of hosts, or from all hosts

If you want to permanently remove AWS host tags from a host, you can do this by using the .

[1]: /integrations/amazon_web_services/
[2]: /integrations/guide/error-datadog-not-authorized-sts-assume-role/#pagetitle
Expand All @@ -94,3 +98,4 @@ If you want to permanently remove AWS host tags from a host, you can do this by
[9]: https://github.com/DataDog/helm-charts/blob/58bf52e4e342c79dbec95659458f7de8c5de7e6c/charts/datadog/values.yaml#L1683-L1688
[10]: https://github.com/DataDog/helm-charts/blob/58bf52e4e342c79dbec95659458f7de8c5de7e6c/charts/datadog/values.yaml#L930-L937
[11]: /api/latest/tags/#remove-host-tags
[12]: https://github.com/DataDog/Miscellany/blob/master/remove_lingering_aws_host_tags.py

0 comments on commit a84a40f

Please sign in to comment.