AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.16 to 2.34.19 and added documentation for new parameter --step-execution-role-arn
Security assessment
The change adds documentation for a new IAM role parameter (--step-execution-role-arn) that allows specifying a role for step execution, which is a security feature for granular permissions. However, there is no evidence of a security issue being fixed.
Diff
diff --git a/cli/latest/reference/emr/create-cluster.md b/cli/latest/reference/emr/create-cluster.md index 5dd6e6f58..c2047a8b2 100644 --- a//cli/latest/reference/emr/create-cluster.md +++ b//cli/latest/reference/emr/create-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) » @@ -1417,0 +1418,4 @@ JSON Syntax: +`--step-execution-role-arn` (string) + +> The IAM role ARN that will be used to execute steps on the cluster. This parameter applies only to steps included in the `Steps` parameter of this RunJobFlow request. It does not apply to steps added later to the cluster. + @@ -2408 +2412 @@ The following `create-cluster` example creates an Amazon EMR cluster that uses r - * [AWS CLI 2.34.16 Command Reference](../../index.html) » + * [AWS CLI 2.34.19 Command Reference](../../index.html) »