AWS Security ChangesHomeSearch

AWS controltower: Fix broken documentation links in AWS Control Tower guide

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

File: controltower/latest/userguide/automated-provisioning-walkthrough.md

Summary

Corrected hyperlinks to Service Catalog and Cloud9 documentation by removing extra slashes in URLs.

Security assessment

The change only fixes URL formatting (removing duplicate slashes) without altering security content, configurations, or practices.

Evidence

+For more information, see the [API reference for Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisionProduct.html).

Diff

diff --git a/controltower/latest/userguide/automated-provisioning-walkthrough.md b/controltower/latest/userguide/automated-provisioning-walkthrough.md
index 7f8904187..d6afd8e5c 100644
--- a//controltower/latest/userguide/automated-provisioning-walkthrough.md
+++ b//controltower/latest/userguide/automated-provisioning-walkthrough.md
@@ -17 +17 @@ If you have disabled IAM Identity Center in your landing zone settings, the SSO
-The video shows you how to provision accounts in an automated, batch fashion, by calling the AWS Service Catalog APIs. For provisioning, you'll call the [`ProvisionProduct`](https://docs.aws.amazon.com//servicecatalog/latest/dg/API_ProvisionProduct.html) API from the AWS command line interface (CLI), and you'll specify a JSON file that contains the parameters for each account you'd like to set up. The video illustrates installing and using the [AWS Cloud9](https://docs.aws.amazon.com//cloud9/latest/user-guide/welcome.html) development environment to perform this work. The CLI commands would be the same if you use AWS Cloudshell instead of AWS Cloud9.
+The video shows you how to provision accounts in an automated, batch fashion, by calling the AWS Service Catalog APIs. For provisioning, you'll call the [`ProvisionProduct`](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisionProduct.html) API from the AWS command line interface (CLI), and you'll specify a JSON file that contains the parameters for each account you'd like to set up. The video illustrates installing and using the [AWS Cloud9](https://docs.aws.amazon.com/cloud9/latest/user-guide/welcome.html) development environment to perform this work. The CLI commands would be the same if you use AWS Cloudshell instead of AWS Cloud9.
@@ -21 +21 @@ The video shows you how to provision accounts in an automated, batch fashion, by
-You also can adapt this approach for automating account updates, by calling the [`UpdateProvisionedProduct`](https://docs.aws.amazon.com//servicecatalog/latest/dg/API_UpdateProvisionedProduct.html) API of AWS Service Catalog for each account. You can write a script to update the accounts, one by one.
+You also can adapt this approach for automating account updates, by calling the [`UpdateProvisionedProduct`](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateProvisionedProduct.html) API of AWS Service Catalog for each account. You can write a script to update the accounts, one by one.
@@ -149 +149 @@ To enroll an existing member account using the `ProvisionProduct` API, the `AWSC
-For more information, see the [API reference for Service Catalog](https://docs.aws.amazon.com//servicecatalog/latest/dg/API_ProvisionProduct.html).
+For more information, see the [API reference for Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_ProvisionProduct.html).