AWS Security ChangesHomeSearch

AWS emr documentation change

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

File: emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md

Summary

Updated release label in code examples from 7.11.0 to 7.12.0.

Security assessment

Version number updates in code examples for client-side encryption configuration. No security implications identified.

Diff

diff --git a/emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md b/emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md
index b1998ffdb..dc85dfe07 100644
--- a//emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md
+++ b//emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md
@@ -131 +131 @@ For example, in the AWS SDK for Java using RunJobFlowRequest, your code might lo
-    			.withReleaseLabel("emr-7.11.0")
+    			.withReleaseLabel("emr-7.12.0")
@@ -166 +166 @@ Using the `create-cluster` command from the AWS CLI, you can use the `--configur
-    aws emr create-cluster --release-label emr-7.11.0 --instance-type m5.xlarge --instance-count 2 --configurations file://myConfig.json --emrfs Encryption=ClientSide,CustomProviderLocation=s3://amzn-s3-demo-bucket/myfolder/myprovider.jar,CustomProviderClass=classname
+    aws emr create-cluster --release-label emr-7.12.0 --instance-type m5.xlarge --instance-count 2 --configurations file://myConfig.json --emrfs Encryption=ClientSide,CustomProviderLocation=s3://amzn-s3-demo-bucket/myfolder/myprovider.jar,CustomProviderClass=classname