AWS emr documentation change
Summary
Standardized account IDs and resource ARNs
Security assessment
Updated account IDs (111122223333) and region specifications in cross-account policies. No changes to security controls or vulnerabilities addressed.
Diff
diff --git a/emr/latest/EMR-on-EKS-DevelopmentGuide/security-cross-account.md b/emr/latest/EMR-on-EKS-DevelopmentGuide/security-cross-account.md index eab44dc96..3f882fe8a 100644 --- a//emr/latest/EMR-on-EKS-DevelopmentGuide/security-cross-account.md +++ b//emr/latest/EMR-on-EKS-DevelopmentGuide/security-cross-account.md @@ -82 +82 @@ JSON - "Resource": "arn:aws:dynamodb:MyRegion:AccountB:table/CrossAccountTable" + "Resource": "arn:aws:dynamodb:us-east-1:AccountB:table/CrossAccountTable" @@ -108 +108 @@ JSON - "AWS": "arn:aws:iam::AccountA:role/Job-Execution-Role-A" + "AWS": "arn:aws:iam::111122223333:role/Job-Execution-Role-A" @@ -134 +134 @@ JSON - "Resource": "arn:aws:iam::AccountB:role/Cross-Account-Role-B" + "Resource": "arn:aws:iam::111122223333:role/Cross-Account-Role-B"