Skip to content

Commit 5c19bbc

Browse files
micheleRPFeediver1
andauthored
DOC-893 Document feature UBB-BYOC (#350)
* DOC-893 Document feature UBB-BYOC # Conflicts: # modules/get-started/pages/cloud-overview.adoc * add placeholder section for Iceberg metrics in BYOC * coderabbit fix * revert back to original navigation * clean up * add to what's new * Define RPU + minor edits * Iceberg metric: tracks data written to Iceberg tables/hour (in GB). * minor edits * minor edit * edits from Denis review * add support plans: basic, enterprise, premium * rename Billing and Support * Update modules/billing/pages/billing.adoc Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> * fixed header row bold * calrify basic support hours * minor edit * update response time for basic support * adjust table size * formatting edit * Edit Cluster metrics > Usage-based billing metrics * RPU review feedback --------- Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent fcaa90d commit 5c19bbc

File tree

8 files changed

+105
-24
lines changed

8 files changed

+105
-24
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,10 @@
449449
450450
* xref:billing:index.adoc[Billing]
451451
** xref:billing:billing.adoc[]
452-
** xref:billing:aws-pay-as-you-go.adoc[AWS: Use Pay As You Go]
453452
** xref:billing:aws-commit.adoc[AWS: Use Commits]
454453
** xref:billing:azure-commit.adoc[Azure: Use Commits]
455454
** xref:billing:gcp-commit.adoc[GCP: Use Commits]
455+
** xref:billing:aws-pay-as-you-go.adoc[AWS: Use Pay As You Go]
456456
457457
* xref:get-started:partner-integration.adoc[]
458458

modules/billing/pages/aws-commit.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Subscribe to Redpanda in AWS Marketplace with committed use.
33
:page-aliases: deploy:deployment-option/cloud/manage-billing/aws-commit.adoc
44

5-
You can subscribe to Redpanda Cloud through AWS Marketplace and use your existing marketplace billing and credits to quickly provision Dedicated clusters. View your bills and manage your subscription directly in the marketplace.
5+
You can subscribe to Redpanda Cloud through AWS Marketplace and use your existing marketplace billing and credits to quickly provision clusters. View your bills and manage your subscription directly in the marketplace.
66

77
With a usage-based billing commitment, you sign up for a minimum spend amount. Commitments are minimums:
88

@@ -45,4 +45,5 @@ You can now create resource groups, clusters, and networks in your organization.
4545
== Next steps
4646

4747
* xref:get-started:cluster-types/serverless.adoc#create-a-serverless-cluster[Create a Serverless cluster]
48+
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
4849
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]

modules/billing/pages/azure-commit.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Use Azure Commitments
22
:description: Subscribe to Redpanda in Azure Marketplace with committed use.
33

4-
You can subscribe to Redpanda Cloud through Azure Marketplace and use your existing marketplace billing and credits to quickly provision Dedicated clusters. View your bills and manage your subscription directly in the marketplace.
4+
You can subscribe to Redpanda Cloud through Azure Marketplace and use your existing marketplace billing and credits to quickly provision clusters. View your bills and manage your subscription directly in the marketplace.
55

66
With a usage-based billing commitment, you sign up for a monthly or an annual minimum spend amount. Commitments are minimums:
77

@@ -40,4 +40,5 @@ You can now create resource groups, clusters, and networks in your organization.
4040

4141
== Next steps
4242

43+
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
4344
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster.adoc[Create a Dedicated cluster]

modules/billing/pages/billing.adoc

Lines changed: 90 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
= Usage Metrics
1+
= Billing and Support
22
:description: Learn about the metrics Redpanda uses to measure consumption in Redpanda Cloud.
33
:page-aliases: deploy:deployment-option/cloud/manage-billing/billing.adoc
44

55
Redpanda Cloud uses various metrics to measure the consumption of resources.
66

77
* All pricing is set in US dollars (USD).
88
* All billing computations are conducted in Coordinated Universal Time (UTC). Billing accrues at hourly intervals. Any usage that is less than an hour is billed for the full hour.
9+
* You can view detailed billing activity for each cluster and edit payment methods on the *Billing* page.
910
1011
NOTE: Pricing information is available on https://www.redpanda.com/price-estimator[redpanda.com^]. For questions about billing, contact billing@redpanda.com.
1112

12-
== Serverless metrics
13+
== Usage-based billing metrics
1314

15+
[tabs]
16+
======
17+
Serverless::
18+
+
19+
--
1420
Pricing for Serverless clusters depends on the data in, data out, data stored, partitions (virtual streams), and the time the instance is up. The cost for each Serverless metric varies based on the region you select for your cluster.
1521
22+
[cols="1,3",options="header"]
1623
|===
1724
| Metric | Description
1825
@@ -35,17 +42,20 @@ All Kafka protocol responses generated by the cluster (_except_ message headers)
3542
|===
3643
3744
See also: xref:get-started:cluster-types/serverless.adoc#serverless-usage-limits[Serverless limits]
45+
--
3846
39-
== Dedicated metrics
40-
47+
Dedicated::
48+
+
49+
--
4150
Pricing for Dedicated clusters depends on the time the instance is up, the data in, data out, and data stored.
4251
52+
[cols="1,3",options="header"]
4353
|===
4454
| Metric | Description
4555
4656
| Uptime | Tracks the number of hours the instance is running.
4757
48-
The cost varies based on the xref:reference:tiers/byoc-tiers.adoc[region and tier] you select for your cluster.
58+
The cost varies based on the xref:reference:tiers/dedicated-tiers.adoc[region and tier] you select for your cluster.
4959
| Ingress | Tracks the data written into Redpanda (in GB).
5060
5161
All Kafka protocol requests (_including_ message headers) are counted as ingress as soon as they are read by Redpanda's proxy process.
@@ -56,28 +66,96 @@ The cost varies based on the region you select for your cluster.
5666
All Kafka protocol responses generated by the cluster (_including_ message headers) are counted as egress as soon as the cluster processes the request, even if the client drops the connection before they are delivered.
5767
5868
The cost varies based on the number of availability zones (AZ) you select for your cluster.
59-
| Storage | Tracks the data in object storage per hour (in GB).
69+
| Storage | Tracks the usage of object storage on an hourly basis during the billing period (in GB-hours).
70+
71+
Replication to object storage is implemented with glossterm:Tiered Storage[]. All topics have a fixed replication factor of 3, but Redpanda counts each byte only once.
72+
73+
|===
74+
--
75+
76+
BYOC::
77+
+
78+
--
79+
Pricing for BYOC clusters depends on compute, data in, data out, and data stored. The rate decreases as usage increases.
80+
81+
82+
[cols="1,3",options="header"]
83+
|===
84+
| Metric | Description
85+
86+
| Compute | Tracks the server resources (vCPU and memory) a cluster uses on an hourly basis in Redpanda units (RPUs). Where:
87+
88+
1 RPU = 2 vCPU + 8 GB memory
89+
90+
| Ingress | Tracks the data written into Redpanda (in GB).
91+
92+
All Kafka protocol requests (_including_ message headers) are counted as ingress as soon as they are read by Redpanda's proxy process.
93+
94+
| Ingress to Iceberg topics | Tracks the data written to Iceberg tables per hour (in GB).
95+
96+
NOTE: This metric applies only if you write to Iceberg topics. This charge is in addition to the standard ingress charge.
97+
98+
| Egress | Tracks the data read out of Redpanda (in GB).
99+
100+
All Kafka protocol responses generated by the cluster (_including_ message headers) are counted as egress as soon as the cluster processes the request, even if the client drops the connection before they are delivered.
101+
102+
The cost varies based on the number of availability zones (AZ) you select for your cluster.
103+
| Storage | Tracks the usage of object storage on an hourly basis during the billing period (in GB-hours).
60104
61105
Replication to object storage is implemented with glossterm:Tiered Storage[]. All topics have a fixed replication factor of 3, but Redpanda counts each byte only once.
62106
107+
63108
|===
109+
--
110+
======
111+
64112

65-
== Redpanda Connect pipeline metrics (Dedicated and Serverless)
113+
== Redpanda Connect billing metrics
66114

67115
Pricing per pipeline depends on:
68116

69117
- The number of xref:develop:connect/configuration/resource-management.adoc[compute units] you allocate.
70-
- The cost of a compute unit, which varies based on the cloud provider and region you select for your cluster.
118+
- The cost of a compute unit, which can vary based on the cloud provider and region you select for your cluster.
71119

120+
[cols="1,3",options="header"]
72121
|===
73122
| Metric | Description
74123

75-
| Compute | Tracks the server resources (CPU and memory) a pipeline uses in compute units per hour.
76-
124+
| Compute | Tracks the server resources (vCPU and memory) a pipeline uses in compute units per hour.
77125
|===
78126

127+
== Support plans
128+
129+
All organizations in Redpanda require one of the following support plans:
130+
131+
[cols="1,3",options="header"]
132+
|===
133+
| Support plan | Features
134+
135+
| Basic
136+
a| * Designed for non-production environments
137+
* Provides minimal support: priority 3 tickets within 8 business hours response time and priority 4 tickets with no target response time
138+
* Support availability is 8:00 AM to 5:00 PM Pacific Time, Monday through Friday, excluding federal US holidays
139+
140+
| Enterprise
141+
a| * Designed for production environments needing continuous availability
142+
* P1/P2 tickets may be submitted
143+
* Support availability is 24/7, including holidays
144+
145+
| Premium
146+
a| * Designed for mission-critical workloads
147+
* 30-minute response times for production outages
148+
* Includes a named Customer Success Manager to support planning and coordination, and 10 hours per month of consulting from a Solutions Architect
149+
* Required for deployments with BYOVPC/BYOVnet clusters
150+
151+
|===
152+
153+
79154
== Next steps
80155

81-
* xref:billing:gcp-commit.adoc[]
82156
* xref:billing:aws-commit.adoc[]
83-
* xref:billing:azure-commit.adoc[]
157+
* xref:billing:azure-commit.adoc[]
158+
* xref:billing:gcp-commit.adoc[]
159+
* xref:get-started:cluster-types/serverless.adoc#create-a-serverless-cluster[Create a Serverless cluster]
160+
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]
161+
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]

modules/billing/pages/gcp-commit.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Subscribe to Redpanda in Google Cloud Marketplace with committed use.
33
:page-aliases: deploy:deployment-option/cloud/manage-billing/gcp-commit.adoc
44

5-
You can subscribe to Redpanda Cloud through Google Cloud Marketplace and use your existing marketplace billing and credits to quickly provision Dedicated clusters. View your bills and manage your subscription directly in the marketplace.
5+
You can subscribe to Redpanda Cloud through Google Cloud Marketplace and use your existing marketplace billing and credits to quickly provision clusters. View your bills and manage your subscription directly in the marketplace.
66

77
With a usage-based billing commitment, you sign up for a monthly or an annual minimum spend amount. Commitments are minimums:
88

@@ -44,4 +44,5 @@ You can now create resource groups, clusters, and networks in your organization.
4444

4545
== Next steps
4646

47-
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster-aws.adoc[Create a Dedicated cluster]
47+
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
48+
* xref:get-started:cluster-types/create-dedicated-cloud-cluster.adoc[Create a Dedicated cluster]

modules/develop/pages/connect/configuration/resource-management.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
= Manage Pipeline Resources on BYOC and Dedicated Clusters
1+
= Manage Pipeline Resources on Clusters
22
:description: Learn how to set an initial resource limit for a standard data pipeline (excluding Ollama AI components) and how to manually scale the pipeline’s resources to improve performance.
33
:page-aliases: develop:connect/configuration/scale-pipelines.adoc
44

55
{description}
66

77
== Prerequisites
88

9-
- A running xref:get-started:cluster-types/byoc/index.adoc[BYOC] or xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster.adoc[Dedicated] cluster.
9+
- A running Redpanda Cloud cluster.
1010
- An estimate of the throughput of your data pipeline. You can get some basic statistics by running your data pipeline locally using the xref:redpanda-connect:components:processors/benchmark.adoc[`benchmark` processor].
1111

1212
=== Understanding compute units
@@ -17,7 +17,7 @@ For sizing purposes, one compute unit supports an estimated message throughput o
1717

1818
You can allocate a maximum of 72 compute units per pipeline. You can add compute units in increments of one up to 15 compute units. Beyond this, scaling options increase to 33 and then to 72 compute units. This scaling strategy is based on the number of machine cores required to provision resources, which scale from two to four, and then to eight cores.
1919

20-
Server resources are charged at an xref:billing:billing.adoc#redpanda-connect-pipeline-metrics-dedicated-and-serverless[hourly rate in compute unit hours (compute/hour)].
20+
Server resources are charged at an xref:billing:billing.adoc#redpanda-connect-pipeline-metrics[hourly rate in compute unit hours (compute/hour)].
2121

2222
|===
2323
| Number of compute units | CPU | Memory

modules/get-started/pages/cloud-overview.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TIP: For more detailed information about the Redpanda platform, see xref:get-sta
1010

1111
Redpanda Cloud offers three fully-managed cloud deployment options, each designed for different use cases:
1212

13-
* **<<Serverless>>**: Fastest way to get started with automatic scaling and pay-as-you-go billing
13+
* **<<Serverless>>**: Fastest way to get started with automatic scaling
1414
* **<<Dedicated>>**: Production clusters in Redpanda's cloud with enhanced isolation
1515
* **<<Bring Your Own Cloud (BYOC)>>**: Maximum control and security by deploying in your own cloud environment
1616

@@ -129,9 +129,9 @@ When you create a Dedicated cluster, you select the supported xref:reference:tie
129129
Redpanda Sales::
130130
+
131131
--
132-
To request a private offer with possible discounts for monthly or annual committed use, contact https://www.redpanda.com/price-estimator[Redpanda Sales^]. With a usage-based billing commitment, you sign up for a minimum spend amount through xref:billing:aws-commit.adoc[AWS Marketplace], xref:billing:azure-commit.adoc[Azure Marketplace], or xref:billing:gcp-commit.adoc[Google Cloud Marketplace]. You can then provision Dedicated clusters in Redpanda Cloud, and you can view invoices and manage your subscription in the marketplace.
132+
To request a private offer with possible discounts for monthly or annual committed use, contact https://www.redpanda.com/price-estimator[Redpanda Sales^]. With a usage-based billing commitment, you sign up for a minimum spend amount through xref:billing:aws-commit.adoc[AWS Marketplace], xref:billing:azure-commit.adoc[Azure Marketplace], or xref:billing:gcp-commit.adoc[Google Cloud Marketplace].
133133
134-
Redpanda creates a cloud organization for you and sends you a welcome email.
134+
Redpanda creates a cloud organization for you and sends you a welcome email. You can then provision Dedicated clusters in Redpanda Cloud, and you can view invoices and manage your subscription in the marketplace.
135135
--
136136
AWS Marketplace::
137137
+

modules/get-started/partials/gpq-quotas.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Headroom formulas:
77
* vCPU spare = `3 x (vCPUs per node)`
88
* Local SSD spare (GB) = `3 x (Storage size per node in GB)`
99
10-
For example, with per-node storage *1500 GB* (4 × 375 GB Local SSD) and instance type *n2d-standard-4* (4 vCPUs), keep *4500 GB* Local SSD and *12 vCPUs* of spare quota.
10+
For example, with per-node storage *1500 GB* (4 × 375 GB Local SSD) and machine type *n2d-standard-4* (4 vCPUs), keep *4500 GB* Local SSD and *12 vCPUs* of spare quota.

0 commit comments

Comments
 (0)