Skip to content

Commit

Permalink
Update wording on msk connect networking setup details
Browse files Browse the repository at this point in the history
  • Loading branch information
tpanetti committed Nov 22, 2023
1 parent 32aa5fb commit b639ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/integrations/data-ingestion/kafka/msk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can find more details (both implementation and other considerations) in the

## Notes on Networking for MSK Connect

In order for MSK Connect to connect to ClickHouse, your MSK cluster must be in a private subnet with a Private NAT connected for internet access. Instructions on how to set this up are provided below.
In order for MSK Connect to connect to ClickHouse, we recommend your MSK cluster to be in a private subnet with a Private NAT connected for internet access. Instructions on how to set this up are provided below. Note that public subnets are supported but not recommended due to the need to constantly assign an Elastic IP address to your ENI, [AWS provides more details here](https://docs.aws.amazon.com/msk/latest/developerguide/msk-connect-internet-access.html)

1. **Create a Private Subnet:** Create a new subnet within your VPC, designating it as a private subnet. This subnet should not have direct access to the internet.
1. **Create a NAT Gateway:** Create a NAT gateway in a public subnet of your VPC. The NAT gateway enables instances in your private subnet to connect to the internet or other AWS services, but prevents the internet from initiating a connection with those instances.
Expand Down

0 comments on commit b639ab1

Please sign in to comment.