snctl
instead of on StreamNative Cloud Console, you’ll need to first create a subscription with snctl
. For more information about snctl
, see the StreamNative CLI (snctl).
For more information about viewing your invoices, what resources are included on your invoice, how to update your payment information, and more, see the billing documentation page.
Dimension | Unit of measure |
---|---|
Elastic Throughput Unit (ETU) | Cost per ETU per hour |
Ingress (Data In) | Cost per GB |
Egress (Data Out) | Cost per GB |
Storage (Data Stored) | Cost per GB stored per hour |
Dimension | Unit of measure |
---|---|
Compute Unit (CU) | Cost per CU per hour |
Storage Unit (SU) | Cost per SU per hour |
Ingress (Data in) | Cost per GB |
Egress (Data out) | Cost per GB |
Storage (Data stored) | Cost per GB stored per hour |
Dimension | Unit of measure |
---|---|
Compute Unit (CU) | Cost per CU per hour |
Storage Unit (SU) | Cost per SU per hour |
Dimension | Unit of measure |
---|---|
Elastic Throughput Unit (ETU) | Cost per ETU per hour |
Dimension | ETU Capacity |
---|---|
Ingress (Data In) | 5 megabytes per second (MBps) |
Egress (Data Out) | 15 megabytes per second (MBps) |
Data Entries | 500 entries per second |
Dimension | Maximum Capacity |
---|---|
Ingress (Data In) | 100 MBps |
Egress (Data Out) | 300 MBps |
Data Entries | 10,000 per second |
Dimension | ETU Capacity |
---|---|
Ingress (Data In) | 25 megabytes per second (MBps) |
Egress (Data Out) | 75 megabytes per second (MBps) |
Data Entries | 2500 entries per second |
Dimension | Guideline per CU | Details |
---|---|---|
Ingress | 50 MBps | Number of bytes that can be produced to the cluster in one second. To reduce usage on this dimension, you can compress your messages. lz4 is recommended for compression. |
Egress | 150 MBps | Number of bytes that can be consumed from the cluster in one second. To reduce usage on this dimension, you can compress your messages and ensure each consumer is only consuming from the topics it requires. lz4 is recommended for compression. |
Requests (aka Data Entries) | 10,000 per second | Number of data entries (each entry is a batch of messages batched at the client side) that can be produced to and consumed from the cluster in one second. To reduce usage on this dimension, you can adjust producer batching configurations and shut down otherwise inactive clients. |
Unit | Price | Description |
---|---|---|
StreamNative Consumption Unit | $0.1 | A Consumption Unit captures your StreamNative Cloud usage based on underlying metrics such as Compute Units (CUs), Storage Units (SUs), data stored, data in, and data out. |
StreamNative Support Unit | $0.1 | A Support Unit captures your StreamNative Support costs based on your support plan. The support plan is a separate and optional purchase item. |
Dimension | Consumption Units | Price |
---|---|---|
Elastic Throughput Unit (ETU) ($/hour) | 1 ETU/hour = 1 Consumption Unit | $0.10 |
Ingress (Data In) ($/GB) | 1 GB = 1.3 Consumption Units | $0.13 |
Egress (Data Out) ($/GB) | 1 GB = 0.4 Consumption Unit | $0.04 |
Storage (Data Stored) ($/GB-Month) | 1 GB-Month = 0.9 Consumption Unit | $0.09 |
Dimension | Consumption Units | Price |
---|---|---|
Compute Unit (CU) ($/hour) | 1 CU/hour = 2.4 Consumption Units | $0.24 |
Storage Unit (SU) ($/hour) | 1 SU/hour = 3 Consumption Units | $0.30 |
Ingress (Data In) ($/GB) | 1 GB = 1.3 Consumption Units | $0.13 |
Egress (Data Out) ($/GB) | 1 GB = 0.4 Consumption Unit | $0.04 |
Storage (Data Stored) ($/GB-Month) | 1 GB-Month = 0.9 Consumption Unit | $0.09 |
Dimension | Consumption Units | Price |
---|---|---|
Compute Unit (CU) ($/hour) | 1 CU/hour = 2 Consumption Units | $0.20 |
Storage Unit (SU) ($/hour) | 1 SU/hour = 3 Consumption Units | $0.30 |
Dimension | Consumption Units | Price |
---|---|---|
Elastic Throughput Unit (ETU) ($/hour) | 1 ETU/hour = 5 Consumption Unit | $0.50 |
Dimension | Consumption Units | Price |
---|---|---|
Functions (FPU) ($/hour) | 1 FPU/hour = 1 Consumption Unit | $0.10 |
$505
per month.6 CUs x 2.4 Consumption Units / CU-hour x 730 hours = 10,512 Consumption Units
6 SUs x 3 Consumption Units / SU-hour x 730 hours = 13140 Consumption Units
200 GB x 1.3 Consumption Units / GB = 260 Consumption Units
200 GB x 0.4 Consumption Unit / GB = 80 Consumption Units
200 GB-Month x 0.9 Consumption Unit / GB-Month = 180 Consumption Units
24,172
Consumption Units x $0.10
per Consumption Unit = $2417.2
.
1 MBps x 60 x 60 x 24 x 7 = 604,800 MB = 604,800 / 1024 = 590.625 GB
.1 MBps x 60 x 60 x 730 = 2,628,000 MB = 2,628,000 / 1024 = 2,566.21 GB
.3 MBps x 60 x 60 x 730 = 7,884,000 MB = 7,884,000 / 1024 = 7,699.22 GB
.1 MBps / 5 MBps/ETU = 0.2 ETUs
3 MBps / 15 MBps/ETU = 0.2 ETUs
(1 MBps + 3 MBps) / 64 KB/entry / 500 entries/ETU = 0.128 ETUs
max(0.2, 0.2, 0.128) = 0.2 ETUs
.
Let’s calculate the total consumption units used by this cluster.
0.2 ETUs x 1 Consumption Unit / ETU-hour x 730 hours = 146 Consumption Units
2,566.21 GB x 1.3 Consumption Units / GB = 3,336.073 Consumption Units
7,699.22 GB x 0.4 Consumption Unit / GB = 3,079.688 Consumption Units
590.625 GB x 0.9 Consumption Unit / GB = 531.5625 Consumption Units
146 + 3,336.073 + 3,079.688 + 531.5625 = 7,093.3235
Consumption Units x $0.10
per Consumption Unit = $709.33
.
50 MBps / 25 MBps/ETU = 2 ETUs
150 MBps / 75 MBps/ETU = 2 ETUs
(50 MBps + 150 MBps) / 64 KB/entry / 2500 entries/ETU = 1.28 ETUs
max(2, 2, 1.28) = 2 ETUs
.
Let’s calculate the total consumption units used by this cluster.
2 ETUs x 5 Consumption Unit / ETU-hour x 730 hours = 7300 Consumption Units
7300
Consumption Units x $0.10
per Consumption Unit = $730
.
max((CPU / 2),(Mem (in GB) / 8))
For example, if you specify 1 CPU and 1 GB memory for a function, the total FPU for this function is max(1 / 2,1 / 8) = 0.5 CU
.
If you have a Dedicated cluster on StreamNative Cloud, running an entire month, with
32 x max((0.5 / 2), (1 / 8) ) + 20 x max((1 / 2),(1 / 8)) = 18 FPUs
.
The total Consumption Units used by these functions and connectors are 18 FPUs x 1.8 Consumption Unit / CU-hour x 730 hours = 23652 Consumption Units
.
Therefore, the total cost of these functions and connectors will be 23652
Consumption Units x $0.10
per Consumption Unit = $2365.20
.