AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-04-18 · Documentation medium

File: AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.md

Summary

Added note restricting cron job visibility to users with rds_superuser privileges

Security assessment

Mirrors the AuroraUserGuide change, documenting access control without indicating a vulnerability.

Diff

diff --git a/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.md b/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.md
index 7c1fad062..f489c2ba8 100644
--- a//AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.md
+++ b//AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.md
@@ -151,0 +152,4 @@ The metadata for `pg_cron` is all held in the PostgreSQL default database named
+###### Note
+
+Only users with `rds_superuser` role or `rds_superuser` privileges can list all cron jobs in the database. Other users can view only their own jobs in the `cron.job` table.
+