AWS controltower: Fix URL in IAM documentation reference
Summary
Corrected a broken link to the AWS IAM User Guide by removing an extra slash in the URL.
Security assessment
The change fixes a documentation URL but does not impact IAM policies, security controls, or address any weaknesses.
Evidence
+In general, roles and policies are part of identity and access management (IAM) in AWS. Refer to the [_AWS IAM User Guide_](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html) for more information.
Diff
diff --git a/controltower/latest/userguide/aft-required-roles.md b/controltower/latest/userguide/aft-required-roles.md index 137da7229..966d1f186 100644 --- a//controltower/latest/userguide/aft-required-roles.md +++ b//controltower/latest/userguide/aft-required-roles.md @@ -9 +9 @@ -In general, roles and policies are part of identity and access management (IAM) in AWS. Refer to the [_AWS IAM User Guide_](https://docs.aws.amazon.com//IAM/latest/UserGuide/introduction.html) for more information. +In general, roles and policies are part of identity and access management (IAM) in AWS. Refer to the [_AWS IAM User Guide_](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html) for more information.