AWS ARG documentation change
Summary
Updated URL formatting in links to Systems Manager and IAM documentation with double slashes
Security assessment
The modifications are purely structural URL fixes. No changes were made to the security guidance about permissions or policies. The policy example still emphasizes least-privilege access but does not introduce new security features or address vulnerabilities.
Diff
diff --git a/ARG/latest/userguide/gettingstarted-prereqs-permissions-howto.md b/ARG/latest/userguide/gettingstarted-prereqs-permissions-howto.md index 71fa39792..decc710d3 100644 --- a//ARG/latest/userguide/gettingstarted-prereqs-permissions-howto.md +++ b//ARG/latest/userguide/gettingstarted-prereqs-permissions-howto.md @@ -53 +53 @@ JSON -This example policy statement grants permissions only for AWS Resource Groups and Tag Editor actions. It does not allow access to AWS Systems Manager tasks in the AWS Resource Groups console. For example, this policy does not grant permissions for you to use Systems Manager Automation commands. To perform Systems Manager tasks on resource groups, you must have Systems Manager permissions attached to your policy (such as `ssm:*`). For more information about granting access to Systems Manager, see [Configuring access to Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-access.html) in the _AWS Systems Manager User Guide_. +This example policy statement grants permissions only for AWS Resource Groups and Tag Editor actions. It does not allow access to AWS Systems Manager tasks in the AWS Resource Groups console. For example, this policy does not grant permissions for you to use Systems Manager Automation commands. To perform Systems Manager tasks on resource groups, you must have Systems Manager permissions attached to your policy (such as `ssm:*`). For more information about granting access to Systems Manager, see [Configuring access to Systems Manager](https://docs.aws.amazon.com//systems-manager/latest/userguide/systems-manager-access.html) in the _AWS Systems Manager User Guide_. @@ -61 +61 @@ This example policy statement grants permissions only for AWS Resource Groups an - 11. Now that the policy is saved in IAM, you can attach it to other users. For more information about how to add a policy to a user, see [Adding permissions by attaching policies directly to the user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_change-permissions.html#by-direct-attach-policy) in the _IAM User Guide_. + 11. Now that the policy is saved in IAM, you can attach it to other users. For more information about how to add a policy to a user, see [Adding permissions by attaching policies directly to the user](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_users_change-permissions.html#by-direct-attach-policy) in the _IAM User Guide_.