AWS controltower: Fix URL formatting in script automation documentation
Summary
Corrected extra slashes in Service Catalog and lifecycle events documentation URLs.
Security assessment
Change fixes broken hyperlinks by removing duplicate slashes; no security content altered or added.
Evidence
+ * **Script automation** : If you prefer to use an API approach, you can update accounts using the [API framework](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_Reference.html) of Service Catalog and the AWS CLI to update the accounts in a batch process. You'd call the [`UpdateProvisionedProduct`](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateProvisionedProduct.html) API of Service Catalog for each account. You can write a script to update the accounts, one by one, with this API. More information about this approach, when adding Regions for governance, is available in a blog post, [Enabling guardrails in new AWS Regions](https://aws.amazon.com/blogs/architecture/field-notes-enabling-guardrails-in-new-aws-regions-the-aws-control-tower-supports/).
Diff
diff --git a/controltower/latest/userguide/update-accounts-by-script.md b/controltower/latest/userguide/update-accounts-by-script.md index 0a181d91e..c196fce22 100644 --- a//controltower/latest/userguide/update-accounts-by-script.md +++ b//controltower/latest/userguide/update-accounts-by-script.md @@ -19 +19 @@ You can provision or update individual accounts in AWS Control Tower by several - * **Script automation** : If you prefer to use an API approach, you can update accounts using the [API framework](https://docs.aws.amazon.com//servicecatalog/latest/dg/API_Reference.html) of Service Catalog and the AWS CLI to update the accounts in a batch process. You'd call the [`UpdateProvisionedProduct`](https://docs.aws.amazon.com//servicecatalog/latest/dg/API_UpdateProvisionedProduct.html) API of Service Catalog for each account. You can write a script to update the accounts, one by one, with this API. More information about this approach, when adding Regions for governance, is available in a blog post, [Enabling guardrails in new AWS Regions](https://aws.amazon.com/blogs/architecture/field-notes-enabling-guardrails-in-new-aws-regions-the-aws-control-tower-supports/). + * **Script automation** : If you prefer to use an API approach, you can update accounts using the [API framework](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_Reference.html) of Service Catalog and the AWS CLI to update the accounts in a batch process. You'd call the [`UpdateProvisionedProduct`](https://docs.aws.amazon.com/servicecatalog/latest/dg/API_UpdateProvisionedProduct.html) API of Service Catalog for each account. You can write a script to update the accounts, one by one, with this API. More information about this approach, when adding Regions for governance, is available in a blog post, [Enabling guardrails in new AWS Regions](https://aws.amazon.com/blogs/architecture/field-notes-enabling-guardrails-in-new-aws-regions-the-aws-control-tower-supports/). @@ -30 +30 @@ The [Video Walkthrough](./automated-provisioning-walkthrough.html#automated-prov -A further step of automation by script is to check for **Succeed** status of the AWS Control Tower `UpdateLandingZone` lifecycle event. Use it as a trigger to begin updating individual accounts as described in the video. A lifecycle event marks the completion of a sequence of activities, so the occurrence of this event means that a landing zone update is complete. The landing zone update must be complete before account updates begin. For more information about working with lifecycle events, see [Lifecycle Events](https://docs.aws.amazon.com//controltower/latest/userguide/lifecycle-events.html). +A further step of automation by script is to check for **Succeed** status of the AWS Control Tower `UpdateLandingZone` lifecycle event. Use it as a trigger to begin updating individual accounts as described in the video. A lifecycle event marks the completion of a sequence of activities, so the occurrence of this event means that a landing zone update is complete. The landing zone update must be complete before account updates begin. For more information about working with lifecycle events, see [Lifecycle Events](https://docs.aws.amazon.com/controltower/latest/userguide/lifecycle-events.html).