AWS Security ChangesHomeSearch

AWS emr documentation change

Service: emr · 2026-06-25 · Documentation low

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

Summary

Fixed command parameter typo (SecurityConfiguraionId → SecurityConfigurationId), updated broken documentation link, and minor capitalization change.

Security assessment

Corrects a typo in a command parameter and fixes a broken documentation link. No security vulnerability is addressed; changes are editorial improvements.

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 73a7bb032..77ca06c1f 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
@@ -313 +313 @@ Create a Amazon EMR on EKS virtual cluster with a security configuration.
-    --security-configuration-id SecurityConfiguraionId
+    --security-configuration-id SecurityConfigurationId
@@ -316 +316 @@ Create a Amazon EMR on EKS virtual cluster with a security configuration.
-Ensure the **SecurityConfiguration** Id from the previous step is passed, so that the Lake Formation authorization configuration is applied to all Jobs running on the virtual cluster. For more information, see [Register the Amazon EKS cluster with Amazon EMR]().
+Ensure the **SecurityConfiguration** Id from the previous step is passed, so that the Lake Formation authorization configuration is applied to all Jobs running on the virtual cluster. For more information, see [Register the Amazon EKS cluster with Amazon EMR](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-registration.html).
@@ -320 +320 @@ Ensure the **SecurityConfiguration** Id from the previous step is passed, so tha
-The Process for Job Submission is same for both non Lake Formation and Lake Formation jobs. For more information, see [Submit a job run with `StartJobRun`](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks-jobs-submit.html).
+The process for job submission is the same for both non Lake Formation and Lake Formation jobs. For more information, see [Submit a job run with `StartJobRun`](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks-jobs-submit.html).