AWS tnb documentation change
Summary
Fixed URL formatting by adding an extra slash in the IAM service role documentation link
Security assessment
Change only corrects a URL syntax error (added double slash). No security vulnerability or security feature documentation was added or modified.
Diff
diff --git a/tnb/latest/ug/security_iam_id-based-policy-examples.md b/tnb/latest/ug/security_iam_id-based-policy-examples.md index 381e9d3f3..9e5a727bc 100644 --- a//tnb/latest/ug/security_iam_id-based-policy-examples.md +++ b//tnb/latest/ug/security_iam_id-based-policy-examples.md @@ -59 +59 @@ A IAM service role allows AWS TNB to make calls to resources on your behalf to i -You create the service role and its permission policy with the IAM service. For more information about creating a service role, see [Creating a role to delegate permissions to an AWS service](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html) in the _IAM User Guide_. +You create the service role and its permission policy with the IAM service. For more information about creating a service role, see [Creating a role to delegate permissions to an AWS service](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_roles_create_for-service.html) in the _IAM User Guide_.