AWS AWSCloudFormation documentation change
Summary
Updated IAM policy version from 2008-10-17 to 2012-10-17 in multiple examples
Security assessment
The version update aligns with AWS's recommended IAM policy version (2012-10-17) which supports newer features, but does not indicate a security vulnerability fix.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-emr-cluster.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-emr-cluster.md index 5b195ccfc..97e3715a2 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-emr-cluster.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-emr-cluster.md @@ -565 +565 @@ The following example template specifies a cluster using a custom Amazon Linux A - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -585 +585 @@ The following example template specifies a cluster using a custom Amazon Linux A - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -782 +782 @@ The following example template enables you to specify the size of the EBS root v - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -802 +802 @@ The following example template enables you to specify the size of the EBS root v - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -1052 +1052 @@ The following example template enables you to specify the Kerberos authenticatio - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -1072 +1072 @@ The following example template enables you to specify the Kerberos authenticatio - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -1466 +1466 @@ The following example template enables you to create task instance groups for an - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -1486 +1486 @@ The following example template enables you to create task instance groups for an - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -1693 +1693 @@ The following example template enables you to create a task instance fleet for a - "Version": "2008-10-17", + "Version": "2012-10-17" , @@ -1713 +1713 @@ The following example template enables you to create a task instance fleet for a - "Version": "2008-10-17", + "Version": "2012-10-17" ,