AWS emr documentation change
Summary
Updated account IDs, ARN formatting, and fixed placeholder syntax
Security assessment
Corrects example ARNs and syntax without impacting security controls.
Diff
diff --git a/emr/latest/ManagementGuide/emr-studio-manage-users.md b/emr/latest/ManagementGuide/emr-studio-manage-users.md index 11a3cb152..677cfbbaa 100644 --- a//emr/latest/ManagementGuide/emr-studio-manage-users.md +++ b//emr/latest/ManagementGuide/emr-studio-manage-users.md @@ -52 +52 @@ JSON - "arn:aws:elasticmapreduce:us-east-1:111122223333:studio/studio-id>" + "arn:aws:elasticmapreduce:us-east-1:123456789012:studio/studio-id" @@ -89 +89 @@ JSON - "arn:aws:elasticmapreduce:region>:111122223333>:studio/*" + "arn:aws:elasticmapreduce:*:123456789012:studio/*" @@ -129 +129 @@ JSON - "arn:aws:elasticmapreduce:us-east-1:111122223333:studio/studio-name" + "arn:aws:elasticmapreduce:us-east-1:123456789012:studio/studio-name" @@ -133 +133 @@ JSON - "aws:SourceIdentity": "example-source-identity>" + "aws:SourceIdentity": "example-source-identity" @@ -282 +282 @@ JSON - "arn:aws:elasticmapreduce:us-east-1:111122223333:studio/*" + "arn:aws:elasticmapreduce:us-east-1:123456789012:studio/*"