For the complete documentation index, see llms.txt. This page is also available as Markdown.

Billing Direction

Public network billing meters traffic in a specific direction. Egress (outbound) traffic — bytes leaving Zenlayer toward the internet — is what you pay for. Ingress (inbound) traffic is generally not billed; only the 95th-percentile methods look at both directions and take whichever is larger.

Traffic that never leaves Zenlayer's network — VPC-to-VPC, same-region private IP, Cross-Region Network default mesh — is outside public network billing entirely, in any direction.

Direction by billing method

Billing method
Metered direction

Egress (outbound)

Egress (outbound) — inbound is not counted

Aggregated Burstable 95th / Bandwidth Cluster

Larger of egress and ingress: billable 95th = max(ingress 95th, egress 95th)

Notes

  • Flat Rate and Data Transfer bill on egress only. Inbound traffic is not metered.

  • The Burstable 95th methods (Aggregated Burstable 95th and Bandwidth Cluster) sample ingress and egress separately, take each direction's 95th percentile, and bill the larger of the two.

Last updated