<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AWS DATABRICKS COMPUTE COSTS IN USAGE DASHBOARDS in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/158465#M5306</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/197721"&gt;@margarita_shir&lt;/a&gt;,&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;If you are still looking for an answer... the right way to bring underlying EC2 cost into your reporting is to use Databricks system tables for the Databricks side of the picture and AWS billing data for the cloud side. The built-in usage dashboards are powered by system.billing.usage and system.billing.list_prices, so they’re great for DBU and Databricks SKU visibility, but the AWS EC2 costs themselves need to come from AWS billing data rather than from the Databricks usage tables alone.&lt;/P&gt;
&lt;P&gt;On AWS, the recommended pattern is to use an &lt;A href="https://aws.amazon.com/aws-cost-management/aws-cost-and-usage-reporting/" rel="noopener noreferrer nofollow" target="_blank"&gt;AWS Cost and Usage Report (CUR) 2.0&lt;/A&gt; export to S3, expose that location to Databricks using a Unity Catalog &lt;A href="https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-storage/" rel="noopener noreferrer nofollow" target="_blank"&gt;storage credential and external location&lt;/A&gt;, ingest the CUR data into Delta tables, and then join it with Databricks usage from system.billing.usage. Some customers may also see references to system.billing.cloud_infra_cost. That is a Databricks system table feature rather than an AWS-native table, and a Private Preview capability. Because of that, I’d still consider AWS billing data plus the documented Databricks system tables as the generally available path today, and treat system.billing.cloud_infra_cost as preview-only if it's enabled for that account.&amp;nbsp;Databricks also published a recent blog on &lt;A href="https://www.databricks.com/blog/getting-full-picture-unifying-databricks-and-cloud-infrastructure-costs" rel="noopener noreferrer nofollow" target="_blank"&gt;unifying Databricks and cloud infrastructure costs&lt;/A&gt;, and there is an open-source &lt;A href="https://github.com/databricks-solutions/cloud-infra-costs" rel="noopener noreferrer nofollow" target="_blank"&gt;Cloud Infra Cost Field Solution&lt;/A&gt; for AWS that sets up the ingestion, modelling, and dashboarding pattern today.&lt;/P&gt;
&lt;P&gt;A couple of practical details matter a lot for attribution. If you want to slice EC2 cost back to workspaces, clusters, teams, or cost centers, make sure you are using &lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/usage-detail-tags" rel="noopener noreferrer nofollow" target="_blank"&gt;custom tags&lt;/A&gt; consistently, because those tags propagate to AWS EC2 and EBS resources and also show up in Databricks usage records. One important caveat is that when clusters are created from a pool, the underlying EC2 instances inherit workspace and pool tags, not cluster tags, so pool-level tagging becomes important for clean chargeback.&lt;/P&gt;
&lt;P&gt;If the goal is specifically to extend the existing Databricks usage dashboards, the usual approach is to import the &lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/usage" rel="noopener noreferrer nofollow" target="_blank"&gt;usage dashboard&lt;/A&gt;, copy or customise it, and point it at a modelled table or view that combines Databricks usage with AWS CUR data. Databricks also notes that the imported dashboards are customisable. If you use Usage Dashboard v2.0, that version is still marked as Preview in the docs as of now.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jun 2026 11:57:11 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-06-06T11:57:11Z</dc:date>
    <item>
      <title>AWS DATABRICKS COMPUTE COSTS IN USAGE DASHBOARDS</title>
      <link>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/142863#M4689</link>
      <description>&lt;P&gt;Good afternoon!&lt;/P&gt;&lt;P&gt;I know that the built-in Databricks usage dashboards currently only display DBU (Databricks Unit) usage. Our Databricks workspaces are running on AWS, and the clusters provision EC2 instances automatically.&lt;/P&gt;&lt;P&gt;I would like to include the &lt;STRONG&gt;underlying AWS EC2 costs&lt;/STRONG&gt; alongside DBU usage in these dashboards.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the recommended approach for capturing these EC2 costs?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What is the proper way to connect this data to Databricks and incorporate it into the workspace usage dashboards?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance, best practices, or example setups would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 17:00:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/142863#M4689</guid>
      <dc:creator>margarita_shir</dc:creator>
      <dc:date>2026-01-02T17:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: AWS DATABRICKS COMPUTE COSTS IN USAGE DASHBOARDS</title>
      <link>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/142909#M4690</link>
      <description>&lt;P&gt;There is a plan to include EC2 costs in cloud_infra_cost in the system tables. Not sure about its status, but the table is already visible.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 21:36:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/142909#M4690</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2026-01-03T21:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: AWS DATABRICKS COMPUTE COSTS IN USAGE DASHBOARDS</title>
      <link>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/143029#M4691</link>
      <description>&lt;P&gt;I guess the cloud_infra_cost table is still in private preview .&lt;/P&gt;&lt;P&gt;Other way would be .&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can ingest AWS Cost and Usage Report in a S3 bucket that gets loaded into a UC table and join it to Databricks system tables . If you have your EC2 instance tagged appropriately and it propagates in CUR( AWS Cost and Usage Report&amp;nbsp; ) that will further help you with getting the right metrics&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 14:36:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/143029#M4691</guid>
      <dc:creator>pradeep_singh</dc:creator>
      <dc:date>2026-01-05T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: AWS DATABRICKS COMPUTE COSTS IN USAGE DASHBOARDS</title>
      <link>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/143031#M4692</link>
      <description>&lt;P&gt;Another thread on&amp;nbsp;&lt;SPAN&gt;cloud_infra_cost&amp;nbsp;&lt;/SPAN&gt;-&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/administration-architecture/cloud-infra-costs/td-p/96544" target="_blank"&gt;https://community.databricks.com/t5/administration-architecture/cloud-infra-costs/td-p/96544&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 14:44:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/143031#M4692</guid>
      <dc:creator>pradeep_singh</dc:creator>
      <dc:date>2026-01-05T14:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: AWS DATABRICKS COMPUTE COSTS IN USAGE DASHBOARDS</title>
      <link>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/158465#M5306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/197721"&gt;@margarita_shir&lt;/a&gt;,&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;If you are still looking for an answer... the right way to bring underlying EC2 cost into your reporting is to use Databricks system tables for the Databricks side of the picture and AWS billing data for the cloud side. The built-in usage dashboards are powered by system.billing.usage and system.billing.list_prices, so they’re great for DBU and Databricks SKU visibility, but the AWS EC2 costs themselves need to come from AWS billing data rather than from the Databricks usage tables alone.&lt;/P&gt;
&lt;P&gt;On AWS, the recommended pattern is to use an &lt;A href="https://aws.amazon.com/aws-cost-management/aws-cost-and-usage-reporting/" rel="noopener noreferrer nofollow" target="_blank"&gt;AWS Cost and Usage Report (CUR) 2.0&lt;/A&gt; export to S3, expose that location to Databricks using a Unity Catalog &lt;A href="https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-storage/" rel="noopener noreferrer nofollow" target="_blank"&gt;storage credential and external location&lt;/A&gt;, ingest the CUR data into Delta tables, and then join it with Databricks usage from system.billing.usage. Some customers may also see references to system.billing.cloud_infra_cost. That is a Databricks system table feature rather than an AWS-native table, and a Private Preview capability. Because of that, I’d still consider AWS billing data plus the documented Databricks system tables as the generally available path today, and treat system.billing.cloud_infra_cost as preview-only if it's enabled for that account.&amp;nbsp;Databricks also published a recent blog on &lt;A href="https://www.databricks.com/blog/getting-full-picture-unifying-databricks-and-cloud-infrastructure-costs" rel="noopener noreferrer nofollow" target="_blank"&gt;unifying Databricks and cloud infrastructure costs&lt;/A&gt;, and there is an open-source &lt;A href="https://github.com/databricks-solutions/cloud-infra-costs" rel="noopener noreferrer nofollow" target="_blank"&gt;Cloud Infra Cost Field Solution&lt;/A&gt; for AWS that sets up the ingestion, modelling, and dashboarding pattern today.&lt;/P&gt;
&lt;P&gt;A couple of practical details matter a lot for attribution. If you want to slice EC2 cost back to workspaces, clusters, teams, or cost centers, make sure you are using &lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/usage-detail-tags" rel="noopener noreferrer nofollow" target="_blank"&gt;custom tags&lt;/A&gt; consistently, because those tags propagate to AWS EC2 and EBS resources and also show up in Databricks usage records. One important caveat is that when clusters are created from a pool, the underlying EC2 instances inherit workspace and pool tags, not cluster tags, so pool-level tagging becomes important for clean chargeback.&lt;/P&gt;
&lt;P&gt;If the goal is specifically to extend the existing Databricks usage dashboards, the usual approach is to import the &lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/usage" rel="noopener noreferrer nofollow" target="_blank"&gt;usage dashboard&lt;/A&gt;, copy or customise it, and point it at a modelled table or view that combines Databricks usage with AWS CUR data. Databricks also notes that the imported dashboards are customisable. If you use Usage Dashboard v2.0, that version is still marked as Preview in the docs as of now.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2026 11:57:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/aws-databricks-compute-costs-in-usage-dashboards/m-p/158465#M5306</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-06-06T11:57:11Z</dc:date>
    </item>
  </channel>
</rss>

