AWS emr documentation change
Summary
Updated EMR release version from 7.8.0 to 7.9.0 in CLI examples
Security assessment
The change updates CLI command examples to use the latest EMR release version. There is no evidence of security vulnerability fixes or new security features being documented.
Diff
diff --git a/emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md b/emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md index e2d94886b..51b4dc020 100644 --- a//emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md +++ b//emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md @@ -48 +48 @@ The `hdfs-encryption-zones` classification in the configuration API operation al - aws emr create-cluster --release-label emr-7.8.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.9.0 --instance-type m5.xlarge --instance-count 2 \ @@ -154 +154 @@ hadoop-kms-log4j | `kms-log4j.properties` - aws emr create-cluster --release-label emr-7.8.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.9.0 --instance-type m5.xlarge --instance-count 2 \ @@ -181 +181 @@ Linux line continuation characters (\\) are included for readability. They can b - aws emr create-cluster --release-label emr-7.8.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.9.0 --instance-type m5.xlarge --instance-count 2 \ @@ -207 +207 @@ Linux line continuation characters (\\) are included for readability. They can b - aws emr create-cluster --release-label emr-7.8.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.9.0 --instance-type m5.xlarge --instance-count 2 \