AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-05-31 · Documentation low

File: AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.Concepts.PostgreSQL.md

Summary

Added note requiring IAM database authentication enablement for error logging

Security assessment

Documents a prerequisite for security-related logging but doesn't address a specific vulnerability or security incident

Diff

diff --git a/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.Concepts.PostgreSQL.md b/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.Concepts.PostgreSQL.md
index c4e5fa419..f9f5fe101 100644
--- a//AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.Concepts.PostgreSQL.md
+++ b//AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.Concepts.PostgreSQL.md
@@ -14,0 +15,4 @@ You can monitor the following types of Aurora PostgreSQL log files:
+###### Note
+
+To enable IAM database authentication error logs, you must first enable IAM database authentication for your Aurora PostgreSQL DB cluster. For more information about enabling IAM database authentication, see [Enabling and disabling IAM database authentication](./UsingWithRDS.IAMDBAuth.Enabling.html).
+