Skip to content
4 changes: 4 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
*** xref:deploy:deployment-option/cloud/cloud-overview.adoc[Redpanda Cloud Overview]
*** xref:deploy:deployment-option/cloud/whats-new-cloud.adoc[]
*** xref:get-started:quick-start-cloud.adoc[Quickstart]
*** xref:deploy:deployment-option/cloud/manage-billing/index.adoc[Manage Billing]
**** xref:deploy:deployment-option/cloud/manage-billing/billing.adoc[Consumption Metrics]
**** xref:deploy:deployment-option/cloud/manage-billing/gcp-commit.adoc[Use GCP Commits]
**** xref:deploy:deployment-option/cloud/manage-billing/aws-commit.adoc[Use AWS Commits]
*** xref:deploy:deployment-option/cloud/serverless.adoc[Provision a Serverless Cluster]
*** xref:deploy:deployment-option/cloud/provision-a-byoc-cluster/index.adoc[Provision a BYOC Cluster]
**** xref:deploy:deployment-option/cloud/create-byoc-cluster-aws.adoc[Create a BYOC Cluster on AWS]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
= Use AWS Commitments
:description: Subscribe to Redpanda in AWS Marketplace with committed use.

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

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

- If you use less than your committed amount, you still pay the minimum. Any unused amount on a monthly commitment rolls over to the next month until the end of your term.
- If you use more than your committed amount, you can continue using Redpanda Cloud without interruption. You're charged for any additional usage until the end of your term.

Comment thread
micheleRP marked this conversation as resolved.
[IMPORTANT]
====
When you subscribe to Redpanda Cloud through AWS Marketplace, you can only create clusters on AWS.
====

== Sign up in AWS Marketplace

. Contact https://redpanda.com/contact[Redpanda sales^] to request a private offer for an AWS Redpanda Cloud commitment.

. You will receive a private offer on AWS Marketplace. Review the policy and required terms, and click *Accept*.
+
[NOTE]
====
If you don't have a billing account associated with your project, you're prompted to enable billing to link the subscription with a billing account.
====
+
You are taken to the Redpanda sign-up page.

. On the Redpanda sign-up page:
* For **Email**, enter your email address to register with Redpanda.
* For **Organization name**, enter a name for your new organization connected through AWS Marketplace. Redpanda organizations contain all resources, including clusters and networks.
* Click **Sign up and create organization**.
+
You will receive an email sent to the address you entered.

. In the email, click **Verify email address**.
+
This completes the registration and associates the email with a Redpanda account.

. On the **Accept your invitation to sign up** page, click **Sign up** or **Log in**.
+
You can now create namespaces and clusters in your organization.

== Next steps

* xref:deploy:deployment-option/cloud/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
= Usage Metrics
:description: Learn about the metrics Redpanda uses to measure consumption in Redpanda Cloud.

Redpanda Cloud billing is mapped to the consumption of resources. When you create a cluster, you select a xref:deploy:deployment-option/cloud/cloud-overview.adoc#cluster-tiers[cluster tier] that specifies the expected throughput for your cluster, including the maximum ingress, egress, partitions, and connections. Billing is based on the resources consumed, multiplied by the cost of that resource.

* All pricing is set in US dollars (USD). The marketplace automatically converts the bill to the currency of the billing account.
* 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.

== Instance metric

The instance metric tracks the number of hours the instance is running. The cost varies based on the region and tier you select for your cluster.

== Ingress and egress metrics

These metrics track the data transferred (in GB), including each produce and consume request.

* The ingress metric tracks data written. The cost varies based on the region you select for your cluster.
* The egress metric tracks data read. The cost varies based on the number of availability zones (AZ) you select for your cluster.

== Storage metric

The storage metric tracks the data (in GB) in object storage per hour.

== Next steps

* xref:./gcp-commit.adoc[]
* xref:./aws-commit.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
= Use GCP Commitments
:description: Subscribe to Redpanda in Google Cloud Marketplace with committed use.

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

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

- If you use less than your committed amount, you still pay the minimum. Any unused amount on a monthly commitment rolls over to the next month until the end of your term.
- If you use more than your committed amount, you can continue using Redpanda Cloud without interruption. You're charged for any additional usage until the end of your term.

Comment thread
micheleRP marked this conversation as resolved.
[IMPORTANT]
====
When you subscribe to Redpanda Cloud through Google Cloud Marketplace, you can only create clusters on GCP.
====

== Sign up in Google Cloud Marketplace

. Contact https://redpanda.com/contact[Redpanda sales^] to request a private offer for a GCP Redpanda Cloud commitment.

. You will receive a private offer on Google Cloud Marketplace. Review the policy and required terms, and click *Accept*.
+
[NOTE]
====
If you don't have a billing account associated with your project, you're prompted to enable billing to link the subscription with a billing account.
====
+
You are taken to the Redpanda sign-up page.

. On the Redpanda sign-up page:
* For **Email**, enter your email address to register with Redpanda.
* For **Organization name**, enter a name for your new organization connected through Google Cloud Marketplace. Redpanda organizations contain all resources, including clusters and networks.
* Click **Sign up and create organization**.
+
You will receive an email sent to the address you entered.

. In the email, click **Verify email address**.
+
This completes the registration and associates the email with a Redpanda account.

. On the **Accept your invitation to sign up** page, click **Sign up** or **Log in**.
+
You can now create namespaces and clusters in your organization.

== Next steps

* xref:deploy:deployment-option/cloud/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Manage Billing
:description: Learn about the metrics Redpanda uses to measure consumption and about subscriptions with committed use.
:page-layout: index
:page-cloud: true
47 changes: 47 additions & 0 deletions modules/deploy/partials/cloud/aws-pay-as-you-go.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
= Use with AWS Pay As You Go
:description: Subscribe to Redpanda Cloud in AWS Marketplace with pay-as-you-go billing, and cancel anytime.

Subscribe to Redpanda Cloud through AWS Marketplace to quickly provision Redpanda Dedicated clusters. With a usage-based pay as you go subscription, you only pay for what you use and can cancel anytime.

[IMPORTANT]
====
When you sign up for Redpanda Cloud through AWS Marketplace, you can only create clusters on AWS.
====

== Sign up in AWS Marketplace

. On https://aws.amazon.com/marketplace[AWS Marketplace^], search for "redpanda".

. Select *Redpanda Cloud - Fully Managed Redpanda*.

. On the *Redpanda Cloud - Fully Managed Redpanda* overview page, click *View purchase options*.

. Select a subscription length (1 month or 12 months), renewal settings, and contract options, then click *Create contract*.
+
[NOTE]
====
If you don't have a billing account associated with your project, you're prompted to enable billing to link the subscription with a billing account.
====

. On the Order Summary page, the **Pay As You Go** plan using Redpanda consumption units is automatically selected.
* Read and accept the terms.
* Click **Subscribe**, and you're taken to the Redpanda sign-up page.

. On the Redpanda sign-up page:
* For **Email**, enter your email address to register with Redpanda.
* For **Organization name**, enter a name for your new organization connected through AWS Marketplace. Redpanda organizations contain all resources, including clusters and networks.
* Click **Sign up and create organization**.
+
You will receive an email sent to the address you entered.

. In the email, click **Verify email address**.
+
This completes the registration and associates the email with a Redpanda account.

. On the **Accept your invitation to sign up** page, click **Sign up** or **Log in**.
+
You can now create namespaces and clusters in your organization.

== Next steps

* xref:deploy:deployment-option/cloud/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]
43 changes: 43 additions & 0 deletions modules/deploy/partials/cloud/gcp-pay-as-you-go.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
= Use with GCP Pay As You Go
:description: Subscribe to Redpanda Cloud in Google Cloud Marketplace with pay-as-you-go billing, and cancel anytime.

Subscribe to Redpanda Cloud through Google Cloud Marketplace to quickly provision Redpanda Dedicated clusters. With a usage-based pay as you go subscription, you only pay for what you use and can cancel anytime.

[IMPORTANT]
====
When you sign up for Redpanda Cloud through Google Cloud Marketplace, you can only create clusters on GCP.
====

== Sign up in Google Cloud Marketplace

. On https://console.cloud.google.com/marketplace[Google Cloud Marketplace^], search for and select "Redpanda Cloud - Pay As You Go".

. On the *Redpanda Cloud - Pay As You Go* overview page, click **Subscribe**.
+
[NOTE]
====
If you don't have a billing account associated with your project, you're prompted to enable billing to link the subscription with a billing account.
====

. On the Order Summary page, the **Pay As You Go** plan using Redpanda consumption units is automatically selected.
* Read and accept the terms.
* Click **Subscribe**, and you're taken to the Redpanda sign-up page.

. On the Redpanda sign-up page:
* For **Email**, enter your email address to register with Redpanda.
* For **Organization name**, enter a name for your new organization connected through Google Cloud Marketplace. Redpanda organizations contain all resources, including clusters and networks.
* Click **Sign up and create organization**.
+
You will receive an email sent to the address you entered.

. In the email, click **Verify email address**.
+
This completes the registration and associates the email with a Redpanda account.

. On the **Accept your invitation to sign up** page, click **Sign up** or **Log in**.
+
You can now create namespaces and clusters in your organization.

== Next steps

* xref:deploy:deployment-option/cloud/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]