AWS singlesignon documentation change
Summary
Replaced placeholder 'Your-AWS-Account-ID' with example account ID '111122223333' in policy examples
Security assessment
This is a routine update to use a standardized example account ID. No security implications or documentation additions.
Diff
diff --git a/singlesignon/latest/userguide/setting-up-tip-emr.md b/singlesignon/latest/userguide/setting-up-tip-emr.md index c5b8898a7..dfedb8b43 100644 --- a//singlesignon/latest/userguide/setting-up-tip-emr.md +++ b//singlesignon/latest/userguide/setting-up-tip-emr.md @@ -163 +163 @@ JSON - "arn:aws:iam::Your-AWS-Account-ID:role/service-role/AmazonEMRStudio_ServiceRole_Name" + "arn:aws:iam::111122223333:role/service-role/AmazonEMRStudio_ServiceRole_Name" @@ -222 +222 @@ JSON - "Resource": "arn:aws:athena:*:Your-AWS-Account-ID:workgroup*" + "Resource": "arn:aws:athena:*:111122223333:workgroup*"