Skip to content
4 changes: 3 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,9 @@
* xref:sql:index.adoc[Redpanda SQL]
** xref:sql:get-started/index.adoc[Get Started]
*** xref:sql:get-started/sql-quickstart.adoc[Quickstart]
*** xref:sql:get-started/deploy-sql-cluster.adoc[Enable Redpanda SQL]
*** xref:sql:get-started/deploy-sql-cluster.adoc[Enable Redpanda SQL on BYOC]
*** xref:sql:get-started/enable-sql-byovpc.adoc[Enable Redpanda SQL on BYOVPC]
**** xref:sql:get-started/enable-sql-byovpc-aws.adoc[AWS]
*** xref:sql:get-started/overview.adoc[]
**** xref:sql:get-started/oltp-vs-olap.adoc[]
**** xref:sql:get-started/redpanda-sql-vs-postgresql.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,4 @@ module "redpanda_byovpc" {
* xref:networking:aws-privatelink.adoc[Configure AWS PrivateLink]
* xref:security:authorization/cloud-iam-policies.adoc[Review AWS IAM policies]
* xref:reference:rpk/index.adoc[Learn about `rpk` commands]
* xref:sql:get-started/enable-sql-byovpc-aws.adoc[]
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This page lists new features added to Redpanda Cloud.

== July 2026

=== Redpanda SQL: BYOVPC support on AWS

Redpanda SQL is now available on BYOVPC clusters on AWS. Provision the required SQL-specific AWS resources using the Redpanda BYOVPC Terraform module, then supply them as customer-managed resources when enabling the SQL engine via the Cloud Console, Cloud API, or Terraform provider. See xref:sql:get-started/enable-sql-byovpc-aws.adoc[Enable Redpanda SQL on a BYOVPC Cluster on AWS].

=== Improved Serverless trial onboarding

New Serverless free-trial users now get a guided start in the Redpanda Cloud UI. After you sign up, a few quick questions help Redpanda tailor your experience. The welcome cluster's *Overview* page summarizes your trial credits, and the *Get started* button offers options to start streaming: create a Redpanda Connect pipeline, use `rpk` from the command line, or connect with your own Kafka client. See xref:get-started:cluster-types/serverless.adoc#get-started-with-serverless[Get started with Serverless].
Expand Down
2 changes: 1 addition & 1 deletion modules/sql/pages/get-started/deploy-sql-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After reading this page, you will be able to:
* [ ] {learning-objective-2}
* [ ] {learning-objective-3}

NOTE: Redpanda SQL is currently available only on BYOC clusters running on AWS.
NOTE: Redpanda SQL runs on BYOC clusters on AWS. For BYOVPC clusters, see xref:sql:get-started/enable-sql-byovpc-aws.adoc[].

TIP: If you manage your infrastructure with Terraform, see xref:manage:terraform-provider.adoc#enable-redpanda-sql-on-a-byoc-cluster[Enable Redpanda SQL on a BYOC cluster] in the Terraform provider guide.

Expand Down
Loading
Loading