AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

Service: AmazonRDS · 2025-08-10 · Documentation low

File: AmazonRDS/latest/UserGuide/custom-cev.preparing.md

Summary

Updated example IAM policy with concrete account IDs and improved JSON formatting

Security assessment

The change standardizes example ARNs with placeholder account numbers but doesn't introduce new security concepts. While related to IAM policies (security documentation), there's no evidence of addressing a specific vulnerability.

Diff

diff --git a/AmazonRDS/latest/UserGuide/custom-cev.preparing.md b/AmazonRDS/latest/UserGuide/custom-cev.preparing.md
index 53cc11351..754019f57 100644
--- a//AmazonRDS/latest/UserGuide/custom-cev.preparing.md
+++ b//AmazonRDS/latest/UserGuide/custom-cev.preparing.md
@@ -302,0 +303,6 @@ The following command retrieves an existing policy and saves it as `my-policy.js
+JSON
+    
+
+****
+    
+    
@@ -311,4 +317,3 @@ The following command retrieves an existing policy and saves it as `my-policy.js
-                        "arn:aws:iam::account-1:root",
-                        "arn:aws:iam::account-2:user/user-name-with-path",
-                        "arn:aws:iam::account-3:role/role-name-with-path",
-                        ...
+                        "arn:aws:iam::111122223333:root",
+                        "arn:aws:iam::444455556666:user/user-name-with-path",
+                        "arn:aws:iam::123456789012:role/role-name-with-path"