Understand how network usage is charged in RisingWave Cloud.
RisingWave Cloud bills network usage based on two primary dimensions: Public network traffic and PrivateLink usage.
Public network traffic charges are based on the volume of data (in gigabytes, GB) transferred over the public internet. This includes:
Ingress (data entering RisingWave):
INSERT ... SELECT
to pull data from external sources (like Kafka, S3, etc.) into RisingWave tables.INSERT
statements is not charged for ingress.Egress (data leaving RisingWave):
PrivateLink provides a secure and private connection between your Virtual Private Cloud (VPC) and RisingWave Cloud, bypassing the public internet. This improves security and can reduce network costs.
PrivateLink pricing:
For more details about how PrivateLink works in RisingWave Cloud, refer to the PrivateLink Overview.
Network usage costs are calculated based on your actual consumption. Here’s a detailed breakdown by cloud provider:
Category | US and EU Regions | Singapore |
---|---|---|
Ingress | $0.07/GB | $0.082/GB |
Egress | $0.17/GB | $0.215/GB |
PrivateLink Ingress | $0.013/GB | $0.013/GB |
PrivateLink Egress | $0.013/GB | $0.013/GB |
PrivateLink Endpoint Hours | $0.03/hr | $0.03/hr |
Category | Price |
---|---|
Ingress | $0.063/GB |
Egress | $0.198/GB |
Private Service Connect Throughput | $0.013/GB |
Private Service Connect Hours | $0.03/hr |
Usage | Calculation | Cost |
---|---|---|
Ingress: 100 GB | 100 GB × $0.07/GB | $7.00 |
Egress: 50 GB | 50 GB × $0.17/GB | $8.50 |
PrivateLink Hours: 720 | 720 hours × $0.03/hr | $21.60 |
PrivateLink Data: 150 GB | 150 GB × $0.013/GB | $1.95 |
Total | $39.05 |
For detailed pricing information specific to your usage and region, refer to your billing dashboard or contact support.
Here are some best practices to optimize your network usage and reduce costs in RisingWave Cloud: