AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-06-28 · Documentation low

File: prescriptive-guidance/latest/patterns/optimize-multi-account-serverless-deployments.md

Summary

Updated author credits and fixed quote formatting in IAM role ARNs and commit message examples

Security assessment

Changes correct smart quotes to straight quotes in code examples and commit messages. No security policy modifications or vulnerability fixes involved.

Diff

diff --git a/prescriptive-guidance/latest/patterns/optimize-multi-account-serverless-deployments.md b/prescriptive-guidance/latest/patterns/optimize-multi-account-serverless-deployments.md
index a064d2f8d..be0d3c362 100644
--- a//prescriptive-guidance/latest/patterns/optimize-multi-account-serverless-deployments.md
+++ b//prescriptive-guidance/latest/patterns/optimize-multi-account-serverless-deployments.md
@@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsTroubles
- _Created by Sarat Chandra Pothula (AWS) and VAMSI KRISHNA SUNKAVALLI (AWS)_
+ _Sarat Chandra Pothula and VAMSI KRISHNA SUNKAVALLI, Amazon Web Services_
@@ -236,4 +236,4 @@ To update the permissions policy for the OIDC role in the central AWS account, u
-                    "arn:aws:iam::<Target_Account_ID>:role/cdk-deploy-role-<Target_Account_ID>-<Target_Region>”,
-                    “arn:aws:iam::<Target_Account_ID>:role/cdk-file-publishing-role-<Target_Account_ID>-<Target_Region>”,
-                    “arn:aws:iam::<Target_Account_ID>:role/cdk-image-publishing-role-<Target_Account_ID>-<Target_Region>”,
-                    “arn:aws:iam::<Target_Account_ID>:role/cdk-lookup-role-<Target_Account_ID>-<Target_Region>”
+                    "arn:aws:iam::<Target_Account_ID>:role/cdk-deploy-role-<Target_Account_ID>-<Target_Region>",
+                    "arn:aws:iam::<Target_Account_ID>:role/cdk-file-publishing-role-<Target_Account_ID>-<Target_Region>",
+                    "arn:aws:iam::<Target_Account_ID>:role/cdk-image-publishing-role-<Target_Account_ID>-<Target_Region>",
+                    "arn:aws:iam::<Target_Account_ID>:role/cdk-lookup-role-<Target_Account_ID>-<Target_Region>"
@@ -312 +312 @@ Create a feature branch, and add your changes.| Use the cloned repository that y
-    git commit -m “add your changes”
+    git commit -m "add your changes"
@@ -328 +328 @@ Issue| Solution
-`AccessDenied` errors when deploying resources across AWS accounts, for example, `AccessDenied: User not authorized to perform: “sts:AssumeRole"`.| To help resolve this issue, do the following to verify cross-account permissions:
+`AccessDenied` errors when deploying resources across AWS accounts, for example, `AccessDenied: User not authorized to perform: "sts:AssumeRole"`.| To help resolve this issue, do the following to verify cross-account permissions: