Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,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].

=== Terraform provider: Egress allowlist for Redpanda Connect pipelines

The Redpanda Terraform provider (v2.1.1+) now supports allowing Redpanda Connect pipelines on BYOC clusters to open outbound connections to custom destinations, such as a database with a private address in a peered VPC. Use the `redpanda_connect.allowed_destination_cidr_ports` attribute on a `redpanda_cluster` resource to allow egress to up to 16 CIDR and port range combinations. See xref:manage:terraform-provider.adoc#enable-egress-to-custom-destinations[Enable egress to custom destinations].
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: This page covers enabling Redpanda SQL 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