AWS controltower: Correct URL syntax in drift monitoring docs
Summary
Fixed malformed URLs for SNS guidance and ListEnabledBaselines API references.
Security assessment
Change repairs documentation links without modifying security guidance or addressing vulnerabilities.
Evidence
+You can view the drift status for your accounts and OUs through the console or APIs, and identify when account and OU configurations are _drifted_ , or out of sync. Drift status also is communicated with SNS messages. For more information about receiving these SNS messages, see [Guidance on subscribing to SNS Topics](https://docs.aws.amazon.com/controltower/latest/userguide/sns-guidance.html).
Diff
diff --git a/controltower/latest/userguide/viewing-drift.md b/controltower/latest/userguide/viewing-drift.md index 14f4b95f8..ce350b8da 100644 --- a//controltower/latest/userguide/viewing-drift.md +++ b//controltower/latest/userguide/viewing-drift.md @@ -9 +9 @@ -You can view the drift status for your accounts and OUs through the console or APIs, and identify when account and OU configurations are _drifted_ , or out of sync. Drift status also is communicated with SNS messages. For more information about receiving these SNS messages, see [Guidance on subscribing to SNS Topics](https://docs.aws.amazon.com//controltower/latest/userguide/sns-guidance.html). +You can view the drift status for your accounts and OUs through the console or APIs, and identify when account and OU configurations are _drifted_ , or out of sync. Drift status also is communicated with SNS messages. For more information about receiving these SNS messages, see [Guidance on subscribing to SNS Topics](https://docs.aws.amazon.com/controltower/latest/userguide/sns-guidance.html). @@ -13 +13 @@ To view OU and account drift status in the console, navigate to the **Organizati -To view drift status for OUs and accounts programmatically, call the [`ListEnabledBaselines`](https://docs.aws.amazon.com//controltower/latest/APIReference/API_ListEnabledBaselines.html) API to view statuses for your enabled baselines. To view statuses for individual accounts programmatically with the `ListEnabledBaselines` API, use the `includeChildren` flag. You can filter by these statuses, and see only the accounts and OUs that require your attention. +To view drift status for OUs and accounts programmatically, call the [`ListEnabledBaselines`](https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledBaselines.html) API to view statuses for your enabled baselines. To view statuses for individual accounts programmatically with the `ListEnabledBaselines` API, use the `includeChildren` flag. You can filter by these statuses, and see only the accounts and OUs that require your attention. @@ -17 +17 @@ To view drift status for OUs and accounts programmatically, call the [`ListEnabl -AWS Control Tower generates a [lifecycle event](https://docs.aws.amazon.com//controltower/latest/userguide/lifecycle-events.html) when each drift remediation operation is completed. +AWS Control Tower generates a [lifecycle event](https://docs.aws.amazon.com/controltower/latest/userguide/lifecycle-events.html) when each drift remediation operation is completed.