AWS AmazonRDS documentation change
Summary
Replaced placeholder ARN variables with concrete example values in IAM policy JSON, added JSON section formatting markers.
Security assessment
The change improves example clarity but does not introduce new security concepts or address vulnerabilities. While IAM policies are security-related, this update only modifies example syntax without adding security guidance or fixing documented weaknesses. The concrete ARNs might help prevent user errors but don't represent a security feature addition.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md b/AmazonRDS/latest/AuroraUserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md index 2afce31a8..d68e29d58 100644 --- a//AmazonRDS/latest/AuroraUserGuide/USER_DMS_migration-IAM.secret-iam-role-policy.md +++ b//AmazonRDS/latest/AuroraUserGuide/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"