AWS databrew documentation change
Summary
Removed KMS GenerateDataKey policy example
Security assessment
Policy example removal doesn't indicate security fix. Could be documentation cleanup.
Diff
diff --git a/databrew/latest/dg/encryption-security-configuration.md b/databrew/latest/dg/encryption-security-configuration.md index 2ae04a78e..f691ec40d 100644 --- a//databrew/latest/dg/encryption-security-configuration.md +++ b//databrew/latest/dg/encryption-security-configuration.md @@ -83,13 +82,0 @@ When you enable encryption on a job, it applies to both Amazon S3 and CloudWatch - - { - "Version": "2012-10-17", - "Statement": { - "Effect": "Allow", - "Action": [ - "kms:GenerateDataKey*" - ], - "Resource": "arn:aws:kms:region:account-id:key/key-id" - } - } - -