AWS Security ChangesHomeSearch

AWS emr documentation change

Service: emr · 2025-08-10 · Documentation low

File: emr/latest/EMR-Serverless-UserGuide/using-custom-images.md

Summary

Removed 'sudo' from Dockerfile command in custom image example

Security assessment

Minor syntax improvement in image-building instructions with no direct security implications.

Diff

diff --git a/emr/latest/EMR-Serverless-UserGuide/using-custom-images.md b/emr/latest/EMR-Serverless-UserGuide/using-custom-images.md
index c56c099a1..1cb2b7864 100644
--- a//emr/latest/EMR-Serverless-UserGuide/using-custom-images.md
+++ b//emr/latest/EMR-Serverless-UserGuide/using-custom-images.md
@@ -60 +60 @@ The following example demonstrates how to build a custom image to use Java 11 fo
-    RUN sudo amazon-linux-extras install java-openjdk11
+    RUN amazon-linux-extras install java-openjdk11