AWS AmazonRDS documentation change
Summary
Added JSON formatting block, removed encryption-related comment, and updated KMS key ARN to specific example
Security assessment
Change demonstrates proper KMS key ARN format but does not address security vulnerabilities. Removal of encryption comment reduces clarity but doesn't introduce security risks.
Diff
diff --git a/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.md b/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.md index 1d93a5120..211a1cb10 100644 --- a//AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.md +++ b//AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.md @@ -225,0 +226,6 @@ In the following example, replace `amzn-s3-demo-bucket` and `prefix` with your o +JSON + + +**** + + @@ -248 +254 @@ In the following example, replace `amzn-s3-demo-bucket` and `prefix` with your o - { // If your bucket is encrypted, include the following permission. This permission allows decryption of your AWS KMS key. + { @@ -255 +261 @@ In the following example, replace `amzn-s3-demo-bucket` and `prefix` with your o - "arn:aws:kms:region:customer_id:key/key_id*" + "arn:aws:kms:us-east-1:111122223333:key/key_id*"