Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84b550b

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎doc_source/services-msk-topic-add.md

Copy file name to clipboardExpand all lines: doc_source/services-msk-topic-add.md
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.