Skip to main content

What is a Snowflake Compute Credit?

· 6 min read
Aytan Jalilova
Aytan Jalilova
Developer Advocate @ IOMETE

Snowflake credits are used to pay for the consumption of resources on Snowflake. A Snowflake credit is a unit of measure defined by Snowflake, and it is consumed only when a customer is using resources, such as when a virtual warehouse is running, the cloud services layer is performing work, or serverless features are used.

note

Snowflake runs on AWS, Azure or Google Cloud. Snowflake does not disclose what AWS, Azure, or Google Cloud nodes it uses. Many users have asked Snowflake to disclose the nodes it leverages under the hood, but the company choses to keep this close to the vest. Not very transparent. After all, if we fly Delta Airlines they don’t hide whether we’re flying an Airbus 777 or Boeing 767 and we even know whether they use the latest GE or Rolls Royce engine. Why would Snowflake hide what nodes it uses? Show your nodes!!(btw: Great name for a new marketing campaign 😊).

How to calculate Snowflake compute costs

Snowflake uses a consumption-based cost model, where the more data one computes, the more one pays. The formula is simple: (a = b x c):

note

Snowflake compute cost = Number of Compute Credits X Price per Compute Credit.

The Price per Snowflake Compute Credit

The Price per Compute Credit depends on:

  1. The Cloud provider (AWS, Azure or Google Cloud).
  2. The Cloud region (e.g. “US East (Northern Virginia)).
  3. The Snowflake Plan (i.e. Standard, Enterprise, Business Critical, VPS).

Snowflake plans

Snowflake pricing page (May 26, 2023)

The Number of Compute Credits

note

Snowflake compute cost = Number of Compute Credits X Price per Compute Credit.

For Snowflake accounts running on Amazon Web Services (AWS), a node would be equivalent to a single EC2 instance. Snowflake uses t-shirt sizing for its warehouses to configure how many nodes they will have. In the below table, the size specifies the compute resources per cluster available to the warehouse. Each increase in size to the next larger warehouse approximately doubles the computing power and the number of credits billed per full hour that the warehouse runs.

Virtual Warehouse sizes

What is the equivalent of Snowflake XS on AWS EC2?

As mentioned earlier, Snowflake tries to keep this information close to the vest but the information was leaked. You can read more in this academic paper and the below Stackoverflow discussion.

What is Snowflake XS

So Snowflake does not specify the hardware configuration. However, performance debugging information suggests that, on EC2, Snowflake currently relies on relatively small c5d.2xlarge instances (8 vCPUs, 16 GB DRAM, one 200 GB NVMe SSD).

Based on this, 1 XS compute credit seems to be equal to using the c5d.2xlarge node on AWS for one hour. As we see in the example below depending on whether one is on the Snowflake Standard, Enterprise or Business Critical Snowflake’s price is between 5 and 10 times higher than the AWS instance that is allegedly used under the hood…

Snowflake Computing on AWS EC2

In conclusion

One Snowflake Compute Credit cost $2 on the Standard Plan, $3 on the Enterprise Plan and $4 on the Business Critical Plan (note: this is the price for most of the US Regions and varies per region).

One Snowflake Compute Credit = 1 hour XS instance.

Although Snowflake is not transparent about what nodes it uses under the hood, the XS instance that seems to be leveraged for AWS is the c5d.2xlarge.

1 hour of c5d.2xlarge on-demand pricing is $0.384 for most US AWS regions.

Based on this instance and region, Snowflake prices are 5x, 8x, 10x (for Standard, Enterprise, Business Critical) higher than AWS on-demand pricing.


Frequently Asked Questions

What is a compute credit in a managed data warehouse?

A compute credit is a vendor-defined unit of measure used to bill for processing resources consumed while a warehouse runs or serverless features execute. The number of credits used depends on the size of the compute cluster and how long it stays active, while the price per credit varies by cloud provider, region, and plan tier. This consumption-based model means total cost rises with both the amount of compute provisioned and how long it runs.

How is consumption-based data warehouse cost calculated?

Consumption-based cost is generally the number of compute units consumed multiplied by the price per unit, so the more data you process and the longer compute runs, the more you pay. Cluster size typically doubles capacity and credit consumption with each step up, and per-unit pricing changes by region and plan. Understanding both factors helps teams forecast spend and avoid surprises from idle or oversized warehouses.

Why do managed cloud data warehouses get expensive at scale?

Managed cloud data warehouses get expensive at scale because pricing is tied to consumption units that carry a markup over the underlying cloud instances, and costs accumulate every hour compute runs. As query volume and concurrency grow, more and larger warehouses run for longer, compounding spend. Teams often respond by tuning resource allocation, adding caching, restricting access, or moving some workloads to architectures with more direct control over compute, such as a self-hosted lakehouse like IOMETE.

How can teams reduce data warehouse compute costs?

Teams can reduce compute costs by right-sizing clusters, suspending idle warehouses, caching frequent results, and limiting access to compute resources to only the workloads that need them. Choosing architectures that separate storage from compute lets each scale independently and avoids paying for idle capacity. Running analytics on a self-hosted lakehouse such as IOMETE gives teams direct control over the compute instances and their utilization rather than paying per vendor-defined credit.