AWS prescriptive-guidance documentation change
Summary
Updated breadcrumb navigation, image references with descriptive alt text, added backticks to role names and version tags, improved cross-account deployment instructions, and clarified AWS Region references.
Security assessment
Changes are editorial improvements and formatting updates. No security vulnerabilities, configurations, or features are mentioned. The IAM role updates are syntax changes without security implications.
Diff
diff --git a/prescriptive-guidance/latest/cloud-formation-version-control-guide/solution-overview.md b/prescriptive-guidance/latest/cloud-formation-version-control-guide/solution-overview.md index 7d51d609d..656e7b4d4 100644 --- a//prescriptive-guidance/latest/cloud-formation-version-control-guide/solution-overview.md +++ b//prescriptive-guidance/latest/cloud-formation-version-control-guide/solution-overview.md @@ -5 +5 @@ -[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Version-controlled CloudFormation deployments using commit ID tagging](introduction.html) +[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Version-controlled AWS CloudFormation deployments using commit ID tagging](introduction.html) @@ -13 +13 @@ AWS CodePipeline integrates with source control repositories and automatically t - + @@ -101 +101 @@ The deployment script performs these sequential actions: - 4. Identifies the target account and Region for deployment. + 4. Identifies the target account and AWS Region for deployment. @@ -171 +170,3 @@ Example stack names: -To deploy across multiple AWS accounts, configure IAM roles in each account: **In the administrator account (where** CodeBuild**runs):** +To deploy across multiple AWS accounts, configure IAM roles in each account. + +**In the administrator account (where CodeBuild runs):** @@ -173 +174 @@ To deploy across multiple AWS accounts, configure IAM roles in each account: **I - 1. Create a role named AWSCloudFormationStackSetAdministrationRole. + 1. Create a role named `AWSCloudFormationStackSetAdministrationRole`. @@ -182 +183 @@ To deploy across multiple AWS accounts, configure IAM roles in each account: **I - 1. Create a role named AWSCloudFormationStackSetExecutionRole. + 1. Create a role named `AWSCloudFormationStackSetExecutionRole`. @@ -210 +211 @@ The `deployment_map.json` file handles target specification. The `deploy.py` scr - + @@ -220 +221 @@ For urgent production fixes: - 3. Create a specific version tag (for example, v1.0.1-hotfix). + 3. Create a specific version tag (for example, `v1.0.1-hotfix`).