Skip to content

Commit 3ab0e63

Browse files
Add serverless private links to Terraform page (#499)
* Add serverless private links to Terraform page * add TF links for serverless private access --------- Co-authored-by: micheleRP <[email protected]>
1 parent 3f40845 commit 3ab0e63

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

modules/get-started/pages/cluster-types/serverless.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Not all features included in BYOC clusters are available in Serverless. For exam
9898
== Next steps
9999

100100
* xref:networking:serverless/aws/index.adoc[Set up private access for Serverless clusters]
101+
* xref:manage:terraform-provider.adoc[Manage Redpanda Cloud with Terraform]
101102
* xref:get-started:cloud-overview.adoc[Learn more about Redpanda Cloud]
102103
* xref:get-started:config-topics.adoc[Manage topics]
103104
* xref:billing:billing.adoc[Learn about billing]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This page lists new features added to Redpanda Cloud.
1010

1111
=== Serverless on AWS: GA
1212

13-
xref:get-started:cluster-types/serverless.adoc[Serverless] on AWS is now generally available (GA). This release includes private networking with AWS PrivateLink and the ability to export metrics to third-party monitoring systems. Serverless is the easiest and fastest way to begin streaming data with Redpanda. Start small and iterate on a budget, with confidence that your cluster can scale to production.
13+
xref:get-started:cluster-types/serverless.adoc[Serverless] on AWS is now generally available (GA). This release includes private networking with AWS PrivateLink. You can use the Cloud Console, the Cloud API, or the Redpanda Terraform provider to create and manage Serverless private links. Serverless is the easiest and fastest way to begin streaming data with Redpanda.
1414

1515
== January 2026
1616

modules/manage/pages/terraform-provider.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ With the Redpanda Terraform provider, you can manage:
1515
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/schema[Schemas^]
1616
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/schema_registry_acl[Schema Registry ACLs^]
1717
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/serverless_cluster[Serverless clusters^]
18+
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/serverless_private_link[Serverless private links^]
1819
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/topic[Topics^]
1920
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/user[Users^]
2021

modules/networking/pages/serverless/aws/privatelink-api.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,5 @@ NOTE: If both public and private access are enabled for your cluster, `rpk cloud
352352

353353
include::shared:partial$suggested-reading.adoc[]
354354

355-
* link:/api/doc/cloud-controlplane/topic/topic-cloud-api-overview[Cloud API Overview]
355+
* xref:networking:serverless/aws/privatelink-ui.adoc[Configure AWS PrivateLink in the Cloud Console]
356+
* xref:manage:terraform-provider.adoc[Manage Redpanda Cloud with Terraform]

modules/networking/pages/serverless/aws/privatelink-ui.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,4 @@ NOTE: Disabling private access in Redpanda Cloud does not delete the PrivateLink
206206
include::shared:partial$suggested-reading.adoc[]
207207

208208
* xref:networking:serverless/aws/privatelink-api.adoc[]
209+
* xref:manage:terraform-provider.adoc[Manage Redpanda Cloud with Terraform]

0 commit comments

Comments
 (0)