Skip to content

Commit a8b9289

Browse files
committed
docs: warn users to wait for NLB to be Active before creating VPC Endpoint Service
1 parent 19b4ba7 commit a8b9289

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

docs/private-networking/aws-console-setup.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@ The NLB is what PrivateLink exposes to Trigger.dev. It must be **internal** (not
9292
- **Port**: same as your target group port (5432 for Postgres, 6379 for Redis, etc.)
9393
- **Default action**: forward to the target group you created in Step 1
9494
</Step>
95-
<Step title="Create the load balancer">
96-
Click **Create load balancer**. Provisioning takes 1–2 minutes.
95+
<Step title="Create the load balancer and wait until it's Active">
96+
Click **Create load balancer**. Provisioning takes 1–2 minutes — wait until the NLB's **State**
97+
column shows **Active** before moving on. The endpoint service in the next step won't list the
98+
NLB until it's fully active.
9799
</Step>
98100
</Steps>
99101

@@ -107,6 +109,11 @@ The NLB is what PrivateLink exposes to Trigger.dev. It must be **internal** (not
107109

108110
This is the resource that PrivateLink consumers connect to.
109111

112+
<Note>
113+
Confirm the NLB from Step 2 is in the **Active** state before starting this step. It won't appear
114+
in the **Available load balancers** dropdown until it has finished provisioning.
115+
</Note>
116+
110117
<Steps>
111118
<Step title="Open the VPC console">
112119
Go to **VPC → Endpoint services → Create endpoint service**.

0 commit comments

Comments
 (0)