AWS Security ChangesHomeSearch

AWS AmazonRDS documentation change

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

File: AmazonRDS/latest/UserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md

Summary

Added JSON formatting blocks and replaced placeholder values with concrete ARN examples for Secrets Manager and KMS

Security assessment

Updates provide specific policy examples for secret access but show no evidence of addressing security vulnerabilities. Changes improve documentation clarity rather than fix security issues.

Diff

diff --git a/AmazonRDS/latest/UserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md b/AmazonRDS/latest/UserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md
index 195712578..7e211dcc1 100644
--- a//AmazonRDS/latest/UserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md
+++ b//AmazonRDS/latest/UserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md
@@ -16,0 +17,6 @@ Follow the procedures below to create your secret access policy and role which a
+JSON
+    
+
+****
+    
+    
@@ -23 +29 @@ Follow the procedures below to create your secret access policy and role which a
-                "Resource": secret_arn,
+                "Resource": "arn:aws:secretsmanager:us-east-1:111122223333:secret:SecretName-ABCDEF"
@@ -31 +37 @@ Follow the procedures below to create your secret access policy and role which a
-                 "Resource": kms_key_arn,
+                "Resource": "arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"