AWS Security ChangesHomeSearch

AWS emr documentation change

Service: emr · 2025-07-25 · Documentation low

File: emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_fgac-lf-enable.md

Summary

Updated example IAM policy ARNs with specific account ID (111122223333) and fixed JSON formatting

Security assessment

Changes involve standardizing example account IDs and formatting corrections. No security vulnerability or new security feature documentation added.

Diff

diff --git a/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_fgac-lf-enable.md b/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_fgac-lf-enable.md
index d4b79c2ae..0eb4adfae 100644
--- a//emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_fgac-lf-enable.md
+++ b//emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_fgac-lf-enable.md
@@ -123 +123 @@ JSON
-                "Resource": "arn:aws:iam::Account:role/JobExecutionRole",
+                "Resource": "arn:aws:iam::111122223333:role/JobExecutionRole",
@@ -136 +136 @@ JSON
-                "Resource": "arn:aws:iam::Account:role/JobExecutionRole",
+                "Resource": "arn:aws:iam::111122223333:role/JobExecutionRole"
@@ -219 +219 @@ JSON
-                    "AWS": "arn:aws:iam::your_account:role/QueryExecutionRole"
+                    "AWS": "arn:aws:iam::111122223333:role/QueryExecutionRole"
@@ -235 +235 @@ JSON
-                    "AWS": "arn:aws:iam::your_account:role/QueryEngineRole"
+                    "AWS": "arn:aws:iam::111122223333:role/QueryEngineRole"