AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

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

File: AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Optimize.Parameters.md

Summary

Updated descriptions for plan capture parameters (apg_plan_mgmt.capture_plan_baselines)

Security assessment

Changes clarify parameter functionality but do not reference security issues or features.

Diff

diff --git a/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Optimize.Parameters.md b/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Optimize.Parameters.md
index 121194547..69d88c95b 100644
--- a//AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Optimize.Parameters.md
+++ b//AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Optimize.Parameters.md
@@ -46,2 +46,2 @@ Default | Allowed values | Description
-off | automatic | Turns on plan capture for all databases on the DB instance. Collects a plan for each SQL statement that runs two or more times. Use this setting for large or evolving workloads to provide plan stability.  
-manual | Turns on plan capture for subsequent statements only, until you turn it off again. Using this setting lets you capture query execution plans for specific critical SQL statements only or for known problematic queries.   
+off | automatic | Apply this setting at either the session level or in a parameter group to capture plans that are used two or more times.  
+manual | Apply this setting at either the session level or in a parameter group to capture plans that are used one or more times.