AWS Security ChangesHomeSearch

AWS emr documentation change

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

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

Summary

Updated EMR release label in code examples from 7.10.0 to 7.11.0

Security assessment

Version update in encryption configuration examples. No new security features documented, just compatibility update.

Diff

diff --git a/emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md b/emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md
index 3023e495a..b1998ffdb 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.10.0")
+    			.withReleaseLabel("emr-7.11.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.10.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.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