Skip to content

Commit 49c88f3

Browse files
authored
DOC-1415 add new AWS regions (#315)
* DOC-1415 add new AWS regions * incorporate review suggestion * typo * typo * incorporate review * add link from Control Plane API * incorporate Nicola's feedback
1 parent f9ed0f7 commit 49c88f3

File tree

6 files changed

+36
-13
lines changed

6 files changed

+36
-13
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@
429429
430430
* xref:reference:index.adoc[Reference]
431431
** xref:reference:tiers/index.adoc[Cloud Tiers and Regions]
432+
*** xref:reference:tiers/serverless-regions.adoc[]
432433
*** xref:reference:tiers/byoc-tiers.adoc[]
433434
*** xref:reference:tiers/dedicated-tiers.adoc[]
434435
** xref:reference:api-reference.adoc[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To create a Serverless cluster:
5959

6060
. Enter a cluster name, then select the resource group. If you don't have an existing resource group, you can create one. Refresh the page to see newly-created resource groups.
6161
+
62-
Serverless clusters are currently available in certain AWS regions. Redpanda expects your applications to be deployed in the same AWS region. For best performance, select the region closest to your applications. Serverless is not guaranteed to be pinned to a particular availability zone within that region.
62+
Serverless clusters are available in the AWS regions listed in xref:reference:tiers/serverless-regions.adoc[Serverless regions]. Redpanda expects your applications to be deployed in the same AWS region. For best performance, select the region closest to your applications. Serverless is not guaranteed to be pinned to a particular availability zone within that region.
6363

6464
. Go to the *Topics* page to create a topic. Under the *Actions* dropdown, you can produce messages to it. Add team members and grant them access with ACLs on the *Security* page.
6565

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
= What's New in Redpanda Cloud
2-
:description: Summary of new features in Redpanada Cloud.
2+
:description: Summary of new features in Redpanda Cloud.
33
:tag-pipeline-service: api:ROOT:cloud-dataplane-api.adoc#tag--Redpanda-Connect-Pipeline
44
:page-aliases: deploy:deployment-option/cloud/whats-new-cloud.adoc
55
:page-toclevels: 1
66

77

88
This page lists new features added to Redpanda Cloud.
99

10+
== June 2025
11+
12+
=== Support for additional regions
13+
14+
Serverless clusters now support the following new xref:reference:tiers/serverless-regions.adoc[regions on AWS]: ap-northeast-1 (Tokyo), ap-southeast-1 (Singapore), and eu-west-2 (London).
15+
1016
== May 2025
1117

1218
=== Serverless Standard: deprecated

modules/manage/partials/controlplane-api.adoc

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -278,21 +278,13 @@ TIP: When using a shell substitution variable for the token, use double quotes t
278278
"cloud_provider": "CLOUD_PROVIDER_AWS",
279279
"available": true
280280
},
281-
{
282-
"name": "us-east-1",
283-
"display_name": "us-east-1",
284-
"default_timezone": {
285-
"id": "America/New_York",
286-
"version": ""
287-
},
288-
"cloud_provider": "CLOUD_PROVIDER_AWS",
289-
"available": true
290-
}
281+
...
291282
],
292283
"next_page_token": ""
293284
}
294285
----
295286

287+
You can also see a list of supported regions in xref:reference:tiers/serverless-regions.adoc[Serverless regions].
296288

297289
=== Create a new serverless cluster
298290

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= Tiers and Regions
2-
:description: When you create a BYOC or Dedicated cluster, you select your region and usage tier. Each tier provides guaranteed workload configurations for throughput, partitions (pre-replication), and connections.
2+
:description: When you create a cluster, you select your region. For BYOC and Dedicated clusters, you also select a usage tier, which provides guaranteed workload configurations for throughput, partitions (pre-replication), and connections.
33
:page-layout: index
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
= Serverless Regions
2+
:description: Learn about supported regions for Serverless clusters.
3+
4+
5+
== Serverless supported regions
6+
7+
[tabs]
8+
====
9+
Amazon Web Services (AWS)::
10+
+
11+
--
12+
|===
13+
| Region
14+
15+
| ap-northeast-1
16+
| ap-south-1
17+
| ap-southeast-1
18+
| eu-central-1
19+
| eu-west-2
20+
| us-east-1
21+
| us-west-2
22+
|===
23+
--
24+
====

0 commit comments

Comments
 (0)