AWS bedrock-agentcore documentation change
Summary
Fixed typographical errors (apostrophes and backtick formatting) and changed a section heading from 'Resource-based policies' to 'Compliance validation'.
Security assessment
The changes are purely formatting and a heading change. There is no mention of any security vulnerability, incident, or new security feature. The heading change from 'Resource-based policies' to 'Compliance validation' might indicate a reorganization of content but does not address a specific security issue.
Diff
diff --git a/bedrock-agentcore/latest/devguide/security_iam_troubleshoot.md b/bedrock-agentcore/latest/devguide/security_iam_troubleshoot.md index 5f936217e..62c054f11 100644 --- a//bedrock-agentcore/latest/devguide/security_iam_troubleshoot.md +++ b//bedrock-agentcore/latest/devguide/security_iam_troubleshoot.md @@ -24 +24 @@ Use the following information to help you diagnose and fix common issues that yo -If you receive an error that you're not authorized to perform an action, your policies must be updated to allow you to perform the action. +If you receive an error that you’re not authorized to perform an action, your policies must be updated to allow you to perform the action. @@ -26 +26 @@ If you receive an error that you're not authorized to perform an action, your po -The following example error occurs when the `mateojackson` IAM user tries to use the console to view details about a fictional ``my-example-widget`` resource but doesn't have the fictional `bedrock-agentcore:`GetWidget`` permissions. +The following example error occurs when the `mateojackson` IAM user tries to use the console to view details about a fictional `my-example-widget` resource but doesn’t have the fictional `bedrock-agentcore:GetWidget` permissions. @@ -31 +31 @@ The following example error occurs when the `mateojackson` IAM user tries to use -In this case, the policy for the `mateojackson` user must be updated to allow access to the ``my-example-widget`` resource by using the `bedrock-agentcore:`GetWidget`` action. +In this case, the policy for the `mateojackson` user must be updated to allow access to the `my-example-widget` resource by using the `bedrock-agentcore:GetWidget` action. @@ -37 +37 @@ If you need help, contact your AWS administrator. Your administrator is the pers -If you receive an error that you're not authorized to perform the `iam:PassRole` action, your policies must be updated to allow you to pass a role to AgentCore. +If you receive an error that you’re not authorized to perform the `iam:PassRole` action, your policies must be updated to allow you to pass a role to AgentCore. @@ -46 +46 @@ The following example error occurs when an IAM user named `marymajor` tries to u -In this case, Mary's policies must be updated to allow her to perform the `iam:PassRole` action. +In this case, Mary’s policies must be updated to allow her to perform the `iam:PassRole` action. @@ -77 +77 @@ Credentials Management -Resource-based policies +Compliance validation