Skip to content

Commit 7220ed6

Browse files
committed
docs: address PR review feedback (plan tier, NLB Lambda bullet, step ref)
1 parent 360079f commit 7220ed6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The target group is how the NLB will know where to forward traffic. AWS requires
3939
- **IP addresses** for RDS, ElastiCache, or any resource you can reach by IP
4040
- **Instances** for EC2 instances you own
4141
- **Application Load Balancer** if your resource sits behind an ALB
42-
- **Lambda** for Lambda-backed services
4342

44-
For most database use cases, **IP addresses** is correct.
43+
For most database use cases, **IP addresses** is correct. NLBs don't support Lambda targets
44+
directly — if you need to expose a Lambda, put it behind an ALB and use the ALB target type.
4545

4646
</Step>
4747
<Step title="Configure the target group">
@@ -223,7 +223,7 @@ By default, no one can connect to your endpoint service. You need to explicitly
223223
Then fill in:
224224

225225
- **Friendly name**: a short, human-readable label for this connection.
226-
- **VPC Endpoint Service name**: paste the `com.amazonaws.vpce.<region>.vpce-svc-...` value from Step 3.
226+
- **VPC Endpoint Service name**: paste the `com.amazonaws.vpce.<region>.vpce-svc-...` value from Step 4.
227227
- **Target region**: the AWS region your endpoint service lives in.
228228

229229
</Step>

0 commit comments

Comments
 (0)