Skip to content

Commit 6726bc5

Browse files
authored
Apply suggestions from code review
Co-authored-by: Luke Knepper <lukeknepper@gmail.com>
1 parent e2b707a commit 6726bc5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/cloud/connectivity/aws-connectivity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The DNS resolver inside your VPC returns the private endpoint, while TLS still v
197197

198198
## Configure private DNS for Namespaces with High Availability
199199

200-
For Namespaces with [High Availability features](/cloud/high-availability), you need to override DNS for `region.tmprl.io` so each region resolves to the local VPC Endpoint, and you need to ensure Workers can reach whichever region is active. Failover is transparent to clients only when this is set up correctly.
200+
For Namespaces with [High Availability features](/cloud/high-availability), you need to override DNS for `region.tmprl.cloud` so each region resolves to the local VPC Endpoint, and you need to ensure Workers can reach whichever region is active. Failover is transparent to clients only when this is set up correctly.
201201

202202
The complete guidance — including single-cloud (AWS-only) HA, multi-cloud HA (AWS PrivateLink + GCP Private Service Connect), and a recommended failover-testing plan — lives on a single page: [Connectivity for High Availability](/cloud/high-availability/ha-connectivity).
203203

docs/cloud/high-availability/failovers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In most scenarios, we recommend you let Temporal handle failovers for you.
6262
After failover, be aware of the following points:
6363

6464
- When working with Multi-region Namespaces, your CNAME may change.
65-
For example, it may switch from us-west-1.aws.api.temporal.io to us-east-1.aws.api.temporal.io.
65+
For example, it may switch from aws-us-west-1.region.tmprl.cloud to aws-us-east-1.region.tmprl.cloud.
6666
This change doesn't affect same-region Namespaces.
6767

6868
- Your Namespace endpoint _will not change_.

docs/cloud/high-availability/ha-connectivity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A Namespace with High Availability features has two replicas — a primary and a
2525
Temporal Cloud expresses the active replica through DNS:
2626

2727
- The Namespace DNS record (`<ns>.<account>.tmprl.cloud`) is a CNAME.
28-
- It points to the active region's regional record (`<region>.<provider>.api.temporal.io`).
28+
- It points to the active region's regional record (`<provider>-<region>.region.tmprl.cloud`).
2929
- On failover, Temporal Cloud rewrites the CNAME target.
3030

3131
Namespace DNS records have a 15-second TTL. Clients should converge to the new region within roughly 30 seconds (about twice the TTL) once their resolver cache expires.

static/json/privatelink_services_aws.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
["eu-west-1","com.amazonaws.vpce.eu-west-1.vpce-svc-04388e89f3479b739"],
1313
["eu-west-2","com.amazonaws.vpce.eu-west-2.vpce-svc-0ac7f9f07e7fb5695"],
1414
["sa-east-1","com.amazonaws.vpce.sa-east-1.vpce-svc-0ca67a102f3ce525a"],
15-
[ "us-east-1","com.amazonaws.vpce.us-east-1.vpce-svc-0822256b6575ea37f"],
16-
[ "us-east-2","com.amazonaws.vpce.us-east-2.vpce-svc-01b8dccfc6660d9d4"],
15+
["us-east-1","com.amazonaws.vpce.us-east-1.vpce-svc-0822256b6575ea37f"],
16+
["us-east-2","com.amazonaws.vpce.us-east-2.vpce-svc-01b8dccfc6660d9d4"],
1717
["us-west-2","com.amazonaws.vpce.us-west-2.vpce-svc-0f44b3d7302816b94"]
1818
]
1919
}

0 commit comments

Comments
 (0)