- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2021 03:41 AM
Why EC2 or EBS volumes are not getting tagged for the instances pool when the tags are present for the Clusters
- Labels:
-
Cluster Tags
-
Cost
-
CostTracking
-
EBS
-
EBSVolumes
-
Pools
-
Tags
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2021 03:42 AM
Please refer the Tag propagation section from the below mentioned docs
Tags are propagated to AWS EC2 instances differently depending on whether or not a cluster was created from a pool.
https://docs.databricks.com/administration-guide/account-settings/usage-detail-tags-aws.html
If a cluster is created from a pool, its EC2 instances inherit only the custom and default pool tags, not the cluster tags.
Therefore if you want to create clusters from a pool, make sure to assign all of the custom cluster tags you need to the pool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2021 03:42 AM
Please refer the Tag propagation section from the below mentioned docs
Tags are propagated to AWS EC2 instances differently depending on whether or not a cluster was created from a pool.
https://docs.databricks.com/administration-guide/account-settings/usage-detail-tags-aws.html
If a cluster is created from a pool, its EC2 instances inherit only the custom and default pool tags, not the cluster tags.
Therefore if you want to create clusters from a pool, make sure to assign all of the custom cluster tags you need to the pool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2021 04:19 AM
"If a cluster is created from a pool, its EC2 instances inherit only the custom and default pool tags, not the cluster tags. Therefore if you want to create clusters from a pool, make sure to assign all of the custom cluster tags you need to the pool."

