From 4978e66ad15bf9d9b4b32d188bb373becacf1247 Mon Sep 17 00:00:00 2001 From: Billy Kern Date: Mon, 10 Nov 2025 12:55:17 -0500 Subject: [PATCH] Fix IAM authentication reference link in Aurora setup guide --- content/en/database_monitoring/setup_postgres/aurora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/database_monitoring/setup_postgres/aurora.md b/content/en/database_monitoring/setup_postgres/aurora.md index fda394b4535..e2414d5f208 100644 --- a/content/en/database_monitoring/setup_postgres/aurora.md +++ b/content/en/database_monitoring/setup_postgres/aurora.md @@ -66,7 +66,7 @@ Create the `datadog` user: CREATE USER datadog WITH password ''; ``` -**Note:** IAM authentication is also supported. Please see [the guide][13] on how to configure this for your Aurora instance. +**Note:** IAM authentication is also supported. Please see [the guide][14] on how to configure this for your Aurora instance. {{< tabs >}} {{% tab "Postgres ≥ 10" %}}