AWS emr documentation change
Summary
Updated account ID in IAM policy examples and adjusted JSON indentation
Security assessment
Example policy cleanup without security-related context or feature additions.
Diff
diff --git a/emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md b/emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md index 0e4f8eafb..34ffa417b 100644 --- a//emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md +++ b//emr/latest/ManagementGuide/emr-fine-grained-cluster-access.md @@ -139 +139 @@ JSON - "Resource": "arn:aws:iam::AccountId:role/Role-Name-With-Path", + "Resource": "arn:aws:iam::111122223333:role/Role-Name-With-Path", @@ -150 +150 @@ JSON - "Resource": "arn:aws:iam::AccountId:role/Role-Name-With-Path", + "Resource": "arn:aws:iam::111122223333:role/Role-Name-With-Path", @@ -218 +217 @@ JSON - "Resource": "arn:aws:iam::AccountId:role/Role-Name-With-Path", + "Resource": "arn:aws:iam::111122223333:role/Role-Name-With-Path", @@ -229 +228 @@ JSON - "Resource": "arn:aws:iam::AccountId:role/Role-Name-With-Path", + "Resource": "arn:aws:iam::111122223333:role/Role-Name-With-Path",