AWS emr documentation change
Summary
Updated EMR release label from 'emr-7.9.0' to 'emr-7.10.0' in code examples for client-side encryption configuration.
Security assessment
This updates release versions in encryption configuration examples but does not alter security functionality or address vulnerabilities. The encryption feature itself is security-related, but the change only reflects version compatibility updates.
Diff
diff --git a/emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md b/emr/latest/ReleaseGuide/emr-emrfs-encryption-cse.md index 2cebab6ed..3023e495a 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.9.0") + .withReleaseLabel("emr-7.10.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.9.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.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