AWS emr documentation change
Summary
Updated multiple AWS CLI example commands to use EMR release label 7.13.0 instead of 7.12.0 for HDFS encryption zone configuration
Security assessment
This change updates example commands to reference the new EMR release 7.13.0. While the topic is security-related (HDFS encryption), the change itself is just a version update in examples, not a security fix or new security documentation.
Diff
diff --git a/emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md b/emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md index 93400aee3..c2a85918a 100644 --- a//emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md +++ b//emr/latest/ReleaseGuide/emr-encryption-tdehdfs.md @@ -50 +50 @@ The `hdfs-encryption-zones` classification in the configuration API operation al - aws emr create-cluster --release-label emr-7.12.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.13.0 --instance-type m5.xlarge --instance-count 2 \ @@ -156 +156 @@ hadoop-kms-log4j | `kms-log4j.properties` - aws emr create-cluster --release-label emr-7.12.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.13.0 --instance-type m5.xlarge --instance-count 2 \ @@ -183 +183 @@ Linux line continuation characters (\\) are included for readability. They can b - aws emr create-cluster --release-label emr-7.12.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.13.0 --instance-type m5.xlarge --instance-count 2 \ @@ -209 +209 @@ Linux line continuation characters (\\) are included for readability. They can b - aws emr create-cluster --release-label emr-7.12.0 --instance-type m5.xlarge --instance-count 2 \ + aws emr create-cluster --release-label emr-7.13.0 --instance-type m5.xlarge --instance-count 2 \