AWS emr documentation change
Summary
Added SIDs and concrete ARN examples in Spark UI access policies
Security assessment
Clarified resource ARN formats without changing access controls or addressing security issues.
Diff
diff --git a/emr/latest/ManagementGuide/app-history-spark-UI.md b/emr/latest/ManagementGuide/app-history-spark-UI.md index a059b466c..33752cf15 100644 --- a//emr/latest/ManagementGuide/app-history-spark-UI.md +++ b//emr/latest/ManagementGuide/app-history-spark-UI.md @@ -121 +121,2 @@ JSON - ] + ], + "Sid": "AllowELASTICMAPREDUCECreatepersistentappui" @@ -138 +139,2 @@ JSON - } + }, + "Sid": "AllowELASTICMAPREDUCEGetpersistentappuipresignedurl" @@ -164,2 +166,3 @@ JSON - "arn:aws:elasticmapreduce:us-east-1:accountId:cluster/clusterId" - ] + "arn:aws:elasticmapreduce:us-east-1:111122223333:cluster/j-XXXXXXXXXXXXX" + ], + "Sid": "AllowELASTICMAPREDUCECreatepersistentappui" @@ -173,2 +176,2 @@ JSON - "arn:aws:elasticmapreduce:us-east-1:accountId:cluster/clusterId", - "arn:aws:elasticmapreduce:us-east-1:accountId:persistent-app-ui/*" + "arn:aws:elasticmapreduce:us-east-1:111122223333:cluster/j-XXXXXXXXXXXXX", + "arn:aws:elasticmapreduce:us-east-1:111122223333:persistent-app-ui/*" @@ -179 +182 @@ JSON - "executionRoleArn" + "arn:aws:iam::111122223333:role/YourExecutionRoleName" @@ -182 +185,2 @@ JSON - } + }, + "Sid": "AllowELASTICMAPREDUCEGetpersistentappuipresignedurl"