AWS AWSEC2 documentation change
Summary
Updated AWS CLI documentation link for decode-authorization-message command from v2 to latest reference
Security assessment
The change only updates a documentation URL to point to the latest CLI version. No security vulnerability or new security feature is mentioned.
Diff
diff --git a/AWSEC2/latest/UserGuide/iam-policies-ec2-console.md b/AWSEC2/latest/UserGuide/iam-policies-ec2-console.md index d87a2d35d..d12316c7d 100644 --- a//AWSEC2/latest/UserGuide/iam-policies-ec2-console.md +++ b//AWSEC2/latest/UserGuide/iam-policies-ec2-console.md @@ -30 +30 @@ The following examples show policy statements that you could use to grant users -To help you work out which API actions are required to perform tasks in the console, you can use a service that logs calls, such as AWS CloudTrail. If your policy does not grant permission to create or modify a specific resource, the console displays an encoded message with diagnostic information. You can decode the message using the [DecodeAuthorizationMessage](https://docs.aws.amazon.com/STS/latest/APIReference/API_DecodeAuthorizationMessage.html) API action for AWS STS, or the [decode-authorization-message](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/decode-authorization-message.html) command in the AWS CLI. +To help you work out which API actions are required to perform tasks in the console, you can use a service that logs calls, such as AWS CloudTrail. If your policy does not grant permission to create or modify a specific resource, the console displays an encoded message with diagnostic information. You can decode the message using the [DecodeAuthorizationMessage](https://docs.aws.amazon.com/STS/latest/APIReference/API_DecodeAuthorizationMessage.html) API action for AWS STS, or the [decode-authorization-message](https://docs.aws.amazon.com/cli/latest/reference/sts/decode-authorization-message.html) command in the AWS CLI.