How to tag databricks workspace to keep track of AWS resources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
How to add tags to a databricks workspace so that tag propagates to all cloud resources created for or by workspace to keep track of their costs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hello!
To add tags to a Databricks workspace and ensure they propagate to all cloud resources created for or by the workspace, log in to your Databricks workspace and navigate to the workspace settings or administration console. Use the tag interface to add custom tags, which will be applied to workspaces, compute resources, and other objects managed by Databricks. Tags will automatically propagate to usage logs and cloud resources like AWS EC2 and EBS instances, helping you track costs and manage resources efficiently within your Databricks workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hi @Edward357J Thanks for reply. But I do not see this tag option available in my workspace and also I am its admin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
You can't add tags to a workspace via the UI (ref. Monitor usage using tags | Databricks on AWS). You have to use the Account REST API. If you use Terraform or Pulumi, you can add tags that way also (since those use the API). Otherwise, you can use a REST client like Postman or similar to add the tags.