AWS emr documentation change
Summary
Fixed trailing comma in KMS policy action and updated example account ID
Security assessment
Syntax correction and example standardization. No security impact.
Diff
diff --git a/emr/latest/ManagementGuide/encryption-at-rest-kms.md b/emr/latest/ManagementGuide/encryption-at-rest-kms.md index 52a086135..9bdb3e4af 100644 --- a//emr/latest/ManagementGuide/encryption-at-rest-kms.md +++ b//emr/latest/ManagementGuide/encryption-at-rest-kms.md @@ -49 +49 @@ JSON - "kms:GenerateDataKey*", + "kms:GenerateDataKey*" @@ -78 +78 @@ JSON - "arn:aws:iam::accountID:role/EMR_EC2_DefaultRole" + "arn:aws:iam::111122223333:role/EMR_EC2_DefaultRole"