Skip to content

Commit 84b550b

Browse files
authored
Merge pull request #283 from GoodMirek/patch-1
Add VPC endpoints as alternative to NAT gateway
2 parents 7ec65dc + 3cc2149 commit 84b550b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc_source/services-msk-topic-add.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This section describes how to add your Kafka cluster and topic as a function tri
1212

1313
To get Apache Kafka records from Amazon MSK brokers, Lambda must have access to the Amazon Virtual Private Cloud \(Amazon VPC\) resources associated with your MSK cluster\. To meet Amazon VPC access requirements, we recommend:
1414
+ Configuring one NAT gateway per public subnet\. For more information, see [Internet and service access for VPC\-connected functions](configuration-vpc.md#vpc-internet)\.
15+
+ Alternatively, instead of NAT gateway, deploy VPC Endpoints (PrivateLink) for Lambda and STS services\. If authentication is required, then deploy also VPC Endpoint for Secrets Manager\.
1516

1617
Your Amazon VPC security groups must be configured with the following rules \(at minimum\):
1718
+ Inbound rules – Allow all traffic on all ports for the security group specified as your event source\.
@@ -56,4 +57,4 @@ The following example uses the [https://awscli.amazonaws.com/v2/documentation/ap
5657

5758
```
5859
aws lambda get-event-source-mapping --uuid 6d9bce8e-836b-442c-8070-74e77903c815
59-
```
60+
```

0 commit comments

Comments
 (0)