AWS Security ChangesHomeSearch

AWS controltower: Fix broken URLs in Control Tower automation documentation

Service: controltower · 2026-08-19 · Documentation low

File: controltower/latest/userguide/automating-tasks.md

Summary

Corrected multiple URLs by removing extra slashes to ensure proper linking to AWS documentation pages.

Security assessment

The change only fixes URL formatting errors (removing duplicate slashes) and does not alter security content, address vulnerabilities, or introduce new security guidance.

Evidence

+  * [AWS Service Catalog APIs](https://docs.aws.amazon.com/servicecatalog/latest/dg/service-catalog-api-overview.html)

Diff

diff --git a/controltower/latest/userguide/automating-tasks.md b/controltower/latest/userguide/automating-tasks.md
index 61b4cf1b8..4892e0335 100644
--- a//controltower/latest/userguide/automating-tasks.md
+++ b//controltower/latest/userguide/automating-tasks.md
@@ -11 +11 @@ Many customers prefer to automate tasks in AWS Control Tower, such as account pr
-  * [AWS Service Catalog APIs](https://docs.aws.amazon.com//servicecatalog/latest/dg/service-catalog-api-overview.html)
+  * [AWS Service Catalog APIs](https://docs.aws.amazon.com/servicecatalog/latest/dg/service-catalog-api-overview.html)
@@ -13 +13 @@ Many customers prefer to automate tasks in AWS Control Tower, such as account pr
-  * [AWS Organizations APIs](https://docs.aws.amazon.com//organizations/latest/APIReference/Welcome.html)
+  * [AWS Organizations APIs](https://docs.aws.amazon.com/organizations/latest/APIReference/Welcome.html)
@@ -15 +15 @@ Many customers prefer to automate tasks in AWS Control Tower, such as account pr
-  * [AWS Control Tower APIs](https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html)
+  * [AWS Control Tower APIs](https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html)
@@ -17 +17 @@ Many customers prefer to automate tasks in AWS Control Tower, such as account pr
-  * [the AWS CLI](https://docs.aws.amazon.com//cli/latest/reference/servicecatalog/index.html)
+  * [the AWS CLI](https://docs.aws.amazon.com/cli/latest/reference/servicecatalog/index.html)
@@ -19 +19 @@ Many customers prefer to automate tasks in AWS Control Tower, such as account pr
-  * [Lifecycle Events](https://docs.aws.amazon.com//controltower/latest/userguide/lifecycle-events.html)
+  * [Lifecycle Events](https://docs.aws.amazon.com/controltower/latest/userguide/lifecycle-events.html)
@@ -28 +28 @@ The [Additional information and links](./related-information.html) page contains
-You can automate tasks related to applying and removing controls (also known as _guardrails_) through the AWS Control Tower API. For details, see the [AWS Control Tower API Reference](https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html).
+You can automate tasks related to applying and removing controls (also known as _guardrails_) through the AWS Control Tower API. For details, see the [AWS Control Tower API Reference](https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html).
@@ -30 +30 @@ You can automate tasks related to applying and removing controls (also known as
-For more information about how to perform control operations with AWS Control Tower APIs, see the blog post [AWS Control Tower releases API, pre-defined controls to your organizational units](https://aws.amazon.com//blogs/mt/aws-control-tower-releases-api-pre-defined-controls-to-your-organizational-units/).
+For more information about how to perform control operations with AWS Control Tower APIs, see the blog post [AWS Control Tower releases API, pre-defined controls to your organizational units](https://aws.amazon.com/blogs/mt/aws-control-tower-releases-api-pre-defined-controls-to-your-organizational-units/).
@@ -34 +34 @@ For more information about how to perform control operations with AWS Control To
-The AWS Control Tower landing zone APIs help you automate certain tasks related to your landing zone. For details, see the [AWS Control Tower API Reference](https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html).
+The AWS Control Tower landing zone APIs help you automate certain tasks related to your landing zone. For details, see the [AWS Control Tower API Reference](https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html).
@@ -38 +38 @@ The AWS Control Tower landing zone APIs help you automate certain tasks related
-The AWS Control Tower baseline APIs help you automate certain tasks, such as registering an OU. For details, see the [AWS Control Tower API Reference](https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html).
+The AWS Control Tower baseline APIs help you automate certain tasks, such as registering an OU. For details, see the [AWS Control Tower API Reference](https://docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html).
@@ -52 +52 @@ _Customizations for AWS Control Tower_ (CfCT) helps you customize your AWS Contr
-For more information and a video about automated account provisioning, see [Walkthrough: Automated account provisioning in AWS Control Tower](https://docs.aws.amazon.com//controltower/latest/userguide/automated-provisioning-walkthrough.html) and [Automated provisioning with IAM roles](https://docs.aws.amazon.com//controltower/latest/userguide/roles-how.html#automated-provisioning).
+For more information and a video about automated account provisioning, see [Walkthrough: Automated account provisioning in AWS Control Tower](https://docs.aws.amazon.com/controltower/latest/userguide/automated-provisioning-walkthrough.html) and [Automated provisioning with IAM roles](https://docs.aws.amazon.com/controltower/latest/userguide/roles-how.html#automated-provisioning).
@@ -54 +54 @@ For more information and a video about automated account provisioning, see [Walk
-Also see [Update accounts by script](https://docs.aws.amazon.com//controltower/latest/userguide/configuration-updates.html#update-accounts-by-script).
+Also see [Update accounts by script](https://docs.aws.amazon.com/controltower/latest/userguide/configuration-updates.html#update-accounts-by-script).
@@ -58 +58 @@ Also see [Update accounts by script](https://docs.aws.amazon.com//controltower/l
-For more information about auditing accounts programmatically, see [Programmatic roles and trust relationships for the AWS Control Tower audit account](https://docs.aws.amazon.com//controltower/latest/userguide/roles-how.html#stacksets-and-roles).
+For more information about auditing accounts programmatically, see [Programmatic roles and trust relationships for the AWS Control Tower audit account](https://docs.aws.amazon.com/controltower/latest/userguide/roles-how.html#stacksets-and-roles).
@@ -75 +75 @@ Two open source samples are available on GitHub to help you with certain automat
-The _AWS Security Reference Architecture_ includes code examples for automating tasks related to AWS Control Tower. For more information, see the [AWS Prescriptive Guidance pages](https://docs.aws.amazon.com//prescriptive-guidance/latest/security-reference-architecture/welcome.html) and the [associated GitHub repository](https://github.com/aws-samples/aws-security-reference-architecture-examples/tree/main/aws_sra_examples).
+The _AWS Security Reference Architecture_ includes code examples for automating tasks related to AWS Control Tower. For more information, see the [AWS Prescriptive Guidance pages](https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/welcome.html) and the [associated GitHub repository](https://github.com/aws-samples/aws-security-reference-architecture-examples/tree/main/aws_sra_examples).
@@ -77 +77 @@ The _AWS Security Reference Architecture_ includes code examples for automating
-For information about using AWS Control Tower with AWS CloudShell, an AWS service that facilitates working in the AWS CLI, see [AWS CloudShell and the AWS CLI](https://docs.aws.amazon.com//controltower/latest/userguide/using-aws-with-cloudshell.html).
+For information about using AWS Control Tower with AWS CloudShell, an AWS service that facilitates working in the AWS CLI, see [AWS CloudShell and the AWS CLI](https://docs.aws.amazon.com/controltower/latest/userguide/using-aws-with-cloudshell.html).
@@ -79 +79 @@ For information about using AWS Control Tower with AWS CloudShell, an AWS servic
-Because AWS Control Tower is an orchestration layer for AWS Organizations, many other AWS services are available by means of APIs and the AWS CLI. For more information, see [Related AWS services](https://docs.aws.amazon.com//controltower/latest/userguide/related-information.html#related-aws-services).
+Because AWS Control Tower is an orchestration layer for AWS Organizations, many other AWS services are available by means of APIs and the AWS CLI. For more information, see [Related AWS services](https://docs.aws.amazon.com/controltower/latest/userguide/related-information.html#related-aws-services).
@@ -83 +83 @@ You can extend automation by using the lifecycle events that AWS Control Tower e
-For more information about lifecycle events, see [Lifecycle events in AWS Control Tower](https://docs.aws.amazon.com//controltower/latest/userguide/lifecycle-events.html).
+For more information about lifecycle events, see [Lifecycle events in AWS Control Tower](https://docs.aws.amazon.com/controltower/latest/userguide/lifecycle-events.html).