AWS cli medium security documentation change
Summary
Added constraints documentation for MaxItems parameter (min:1, max:1000) and updated CLI version
Security assessment
Parameter constraints limit metadata exposure for instance profiles. Preventing large tag listings reduces potential attack surface.
Diff
diff --git a/cli/latest/reference/iam/list-instance-profile-tags.md b/cli/latest/reference/iam/list-instance-profile-tags.md index e693f74e1..3a7d0caac 100644 --- a//cli/latest/reference/iam/list-instance-profile-tags.md +++ b//cli/latest/reference/iam/list-instance-profile-tags.md @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -129,0 +130,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iam-20 +> +> Constraints: +> +> * min: `1` +> * max: `1000` +> + @@ -336 +343 @@ Marker -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »