AWS IAM: Fix AWS CLI and SDKs URLs
Summary
Corrected URLs for AWS CLI and AWS SDKs by removing incorrect prefixes.
Security assessment
The change fixes broken links without modifying security-related permissions guidance.
Evidence
+A number of the permissions included in the preceding policy allow the user to perform tasks in the AWS Management Console. Users who perform user-related tasks from the [AWS CLI](http://aws.amazon.com/cli/), the [AWS SDKs](http://aws.amazon.com/tools/), or the IAM HTTP query API only might not need certain permissions. For example, if users already know the ARN of policies to detach from a user, they do not need the `iam:ListAttachedUserPolicies` permission. The exact list of permissions that a user requires depends on the tasks that the user must perform while managing other users.
Diff
diff --git a/IAM/latest/UserGuide/id_credentials_delegate-permissions_examples.md b/IAM/latest/UserGuide/id_credentials_delegate-permissions_examples.md index 3a29f8652..8aacec46e 100644 --- a//IAM/latest/UserGuide/id_credentials_delegate-permissions_examples.md +++ b//IAM/latest/UserGuide/id_credentials_delegate-permissions_examples.md @@ -105 +105 @@ JSON -A number of the permissions included in the preceding policy allow the user to perform tasks in the AWS Management Console. Users who perform user-related tasks from the [AWS CLI](https://docs.aws.amazon.com/http://aws.amazon.com/cli/), the [AWS SDKs](https://docs.aws.amazon.com/http://aws.amazon.com/tools/), or the IAM HTTP query API only might not need certain permissions. For example, if users already know the ARN of policies to detach from a user, they do not need the `iam:ListAttachedUserPolicies` permission. The exact list of permissions that a user requires depends on the tasks that the user must perform while managing other users. +A number of the permissions included in the preceding policy allow the user to perform tasks in the AWS Management Console. Users who perform user-related tasks from the [AWS CLI](http://aws.amazon.com/cli/), the [AWS SDKs](http://aws.amazon.com/tools/), or the IAM HTTP query API only might not need certain permissions. For example, if users already know the ARN of policies to detach from a user, they do not need the `iam:ListAttachedUserPolicies` permission. The exact list of permissions that a user requires depends on the tasks that the user must perform while managing other users.