@@ -23,16 +23,6 @@ keywords:
2323
2424import { CaptionedImage , JsonTable } from ' @site/src/components' ;
2525
26- <style >{ `
27- .docusaurus-mermaid-container .edgeLabel,
28- .docusaurus-mermaid-container .edgeLabel p,
29- .docusaurus-mermaid-container .edgeLabel rect,
30- .docusaurus-mermaid-container .edgeLabel .labelBkg {
31- background-color: var(--ifm-background-color) !important;
32- fill: var(--ifm-background-color) !important;
33- }
34- ` } </style >
35-
3626[ AWS PrivateLink] ( https://aws.amazon.com/privatelink/ ) allows you to open a path to Temporal without opening a public egress.
3727It establishes a private connection between your Amazon Virtual Private Cloud (VPC) and Temporal Cloud.
3828This one-way connection means Temporal cannot establish a connection back to your service.
@@ -237,10 +227,10 @@ title: Direct VPCE targeting (single region)
237227---
238228%%{init: {'themeVariables':{'fontFamily':'Inter, ui-sans-serif, system-ui, sans-serif'},'flowchart':{'nodeSpacing':18,'rankSpacing':45,'curve':'basis','subGraphTitleMargin':{'top':6,'bottom':12}}}}%%
239229flowchart LR
240- classDef worker fill:#7C3AED22,stroke:#7C3AED, stroke-width:1px;
241- classDef ns fill:#59FDA024,stroke:#59FDA0, stroke-width:1px;
242- classDef endpoint fill:transparent,stroke:#c2c8d2, stroke-width:1px;
243- classDef region fill:transparent,stroke:#9aa4b2, stroke-width:1.5px;
230+ classDef worker stroke-width:1px;
231+ classDef ns stroke-width:1px;
232+ classDef endpoint stroke-width:1px;
233+ classDef region stroke-width:1.5px;
244234 subgraph SREG["<b>Your VPC</b>"]
245235 SW["<b>Worker(s)</b><br/>Server name:<br/>my-namespace.my-account.tmprl.cloud"]:::worker
246236 SVPCE["<b>VPC Endpoint</b><br/>vpce-…"]:::endpoint
@@ -273,10 +263,10 @@ title: Direct VPCE targeting (High Availability)
273263---
274264%%{init: {'themeVariables':{'fontFamily':'Inter, ui-sans-serif, system-ui, sans-serif'},'flowchart':{'nodeSpacing':55,'rankSpacing':70,'curve':'basis','subGraphTitleMargin':{'top':6,'bottom':12}}}}%%
275265flowchart TD
276- classDef worker fill:#7C3AED22,stroke:#7C3AED, stroke-width:1px;
277- classDef ns fill:#59FDA024,stroke:#59FDA0, stroke-width:1px;
278- classDef endpoint fill:transparent,stroke:#c2c8d2, stroke-width:1px;
279- classDef region fill:transparent,stroke:#9aa4b2, stroke-width:1.5px;
266+ classDef worker stroke-width:1px;
267+ classDef ns stroke-width:1px;
268+ classDef endpoint stroke-width:1px;
269+ classDef region stroke-width:1.5px;
280270 subgraph HSEC["<b>us-west-2</b> (passive)"]
281271 HWB["<b>Worker(s)</b><br/>Server name<br/><span style='font-family:mono'>namespace.<br/>acct.<br/>tmprl.cloud</span>"]:::worker
282272 HVPB["<b>VPC<br/>Endpoint</b><br/>vpce-…<br/>us-west-2"]:::endpoint
0 commit comments