AWS cli medium security documentation change
Summary
Fixed typo in required permission from 'logs:PutccountPolicy' to 'logs:PutAccountPolicy' and updated CLI version
Security assessment
Corrects a critical typo in the required IAM permission name. Incorrect permissions could lead to misconfigured policies, posing a security risk if users followed the original documentation.
Diff
diff --git a/cli/latest/reference/logs/put-account-policy.md b/cli/latest/reference/logs/put-account-policy.md index 2789cfa79..db936c64a 100644 --- a//cli/latest/reference/logs/put-account-policy.md +++ b//cli/latest/reference/logs/put-account-policy.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -64 +64 @@ To use this operation, you must be signed on with the correct permissions depend - * To create a subscription filter policy, you must have the `logs:PutSubscriptionFilter` and `logs:PutccountPolicy` permissions. + * To create a subscription filter policy, you must have the `logs:PutSubscriptionFilter` and `logs:PutAccountPolicy` permissions. @@ -410 +410 @@ accountPolicy -> (structure) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »