From 3a55511c8a33d9b0f26f064bc1c037c7167019b9 Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan <39612799+masterashu@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:32:40 +0530 Subject: [PATCH 1/3] Update related documentation to Clickpipes using AWS IAM --- docs/integrations/data-ingestion/clickpipes/postgres/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/data-ingestion/clickpipes/postgres/auth.md b/docs/integrations/data-ingestion/clickpipes/postgres/auth.md index f9f3a9f7919..ffb64fcf7db 100644 --- a/docs/integrations/data-ingestion/clickpipes/postgres/auth.md +++ b/docs/integrations/data-ingestion/clickpipes/postgres/auth.md @@ -16,7 +16,7 @@ import Image from '@theme/IdealImage'; This article demonstrates how ClickPipes customers can leverage role-based access to authenticate with Amazon Aurora and RDS and access their databases securely. :::warning -For AWS RDS Postgres and Aurora Postgres you can only run `Initial Load Only` ClickPipes due to the limitations of the AWS IAM DB authentication. +For AWS RDS Postgres and Aurora Postgres IAM for replication is support from version 11 onwarnds and require parameter `rds.iam_auth_for_replication` to be set. For MySQL and MariaDB, this limitation doesn't apply, and you can run both `Initial Load Only` and `CDC` ClickPipes. ::: From 16ae7b3459ed1a7eab3df036a7ff62fd47d392be Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan <39612799+masterashu@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:12:16 +0530 Subject: [PATCH 2/3] Update docs/integrations/data-ingestion/clickpipes/postgres/auth.md Co-authored-by: Dominic Tran --- docs/integrations/data-ingestion/clickpipes/postgres/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/data-ingestion/clickpipes/postgres/auth.md b/docs/integrations/data-ingestion/clickpipes/postgres/auth.md index ffb64fcf7db..1ef7d750664 100644 --- a/docs/integrations/data-ingestion/clickpipes/postgres/auth.md +++ b/docs/integrations/data-ingestion/clickpipes/postgres/auth.md @@ -16,7 +16,7 @@ import Image from '@theme/IdealImage'; This article demonstrates how ClickPipes customers can leverage role-based access to authenticate with Amazon Aurora and RDS and access their databases securely. :::warning -For AWS RDS Postgres and Aurora Postgres IAM for replication is support from version 11 onwarnds and require parameter `rds.iam_auth_for_replication` to be set. +For AWS RDS Postgres and Aurora Postgres, IAM authentication for replication is supported from PostgreSQL version 11 onwards and requires the `rds.iam_auth_for_replication` parameter to be set. On earlier versions, you can only run `Initial Load Only` ClickPipes. For MySQL and MariaDB, this limitation doesn't apply, and you can run both `Initial Load Only` and `CDC` ClickPipes. ::: From ec6287b44a0b488dc159d8a03e3ded05d81e80c2 Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan <39612799+masterashu@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:12:23 +0530 Subject: [PATCH 3/3] Update docs/integrations/data-ingestion/clickpipes/postgres/auth.md Co-authored-by: Dominic Tran --- docs/integrations/data-ingestion/clickpipes/postgres/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/data-ingestion/clickpipes/postgres/auth.md b/docs/integrations/data-ingestion/clickpipes/postgres/auth.md index 1ef7d750664..727319985a5 100644 --- a/docs/integrations/data-ingestion/clickpipes/postgres/auth.md +++ b/docs/integrations/data-ingestion/clickpipes/postgres/auth.md @@ -15,7 +15,7 @@ import Image from '@theme/IdealImage'; This article demonstrates how ClickPipes customers can leverage role-based access to authenticate with Amazon Aurora and RDS and access their databases securely. -:::warning +:::note For AWS RDS Postgres and Aurora Postgres, IAM authentication for replication is supported from PostgreSQL version 11 onwards and requires the `rds.iam_auth_for_replication` parameter to be set. On earlier versions, you can only run `Initial Load Only` ClickPipes. For MySQL and MariaDB, this limitation doesn't apply, and you can run both `Initial Load Only` and `CDC` ClickPipes.