AWS toolkit-for-vscode documentation change
Summary
Fixed broken IAM policy documentation link
Security assessment
Corrects a URL path from '/AM/' to '/IAM/' but does not alter security recommendations or address vulnerabilities.
Diff
diff --git a/toolkit-for-vscode/latest/userguide/more-resources.md b/toolkit-for-vscode/latest/userguide/more-resources.md index f3461f600..ccef9c481 100644 --- a//toolkit-for-vscode/latest/userguide/more-resources.md +++ b//toolkit-for-vscode/latest/userguide/more-resources.md @@ -46 +46 @@ In addition to permissions for service resources, an IAM entity requires permiss -The easiest way to grant permissions is to attach the AWS managed policy, **PowerUserAccess** , to the IAM entity that's calling these API operations using the Toolkit interface. This [managed policy](https://docs.aws.amazon.com/AM/latest/UserGuide/access_policies_job-functions.html#jf_developer-power-user) grants a range of permissions for performing application development tasks, including calling API operations. +The easiest way to grant permissions is to attach the AWS managed policy, **PowerUserAccess** , to the IAM entity that's calling these API operations using the Toolkit interface. This [managed policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_job-functions.html#jf_developer-power-user) grants a range of permissions for performing application development tasks, including calling API operations.