Skip to content

Commit fcf8f5b

Browse files
feat(rds-pl): add skip_name_resolve=1 for MySQL RDS (#3967)
* feat(rds-pl): add skip_name_resolve=1 for MySQL RDS * chore: add info regarding instance reboot
1 parent b284471 commit fcf8f5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

knowledgebase/aws-privatelink-setup-for-clickpipes.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ RDS instances that require endpoint services (OR you may have different listener
6363
- Click on the `Actions` button and select `Modify supported Regions`.
6464
- Add the regions where you want to allow access to the endpoint service, [refer here](/integrations/clickpipes#list-of-static-ips) for the list of ClickPipes regions.
6565

66+
8. **Recommended For MySQL**
67+
- If you are using MySQL, it is recommended to set `skip_name_resolve=1` as a parameter in the source database.
68+
Due to repeated health checks from the NLB, MySQL will block the NLB Hosts. Setting this parameter completely
69+
avoids the DNS host name lookup and so it never blocks the NLB hosts. If using RDS, this will require an instance
70+
reboot.
71+
6672
## Initiating connection {#initiating-connection}
6773

6874
When it's done you can follow the guide to [initiate the connection](/integrations/clickpipes/aws-privatelink#creating-clickpipe)

0 commit comments

Comments
 (0)