AWS prescriptive-guidance documentation change
Summary
Updated author attribution and standardized JSON quote formatting
Security assessment
JSON syntax corrections improve template reliability but do not directly impact security configurations.
Diff
diff --git a/prescriptive-guidance/latest/patterns/deploy-and-manage-aws-control-tower-controls-by-using-aws-cdk-and-aws-cloudformation.md b/prescriptive-guidance/latest/patterns/deploy-and-manage-aws-control-tower-controls-by-using-aws-cdk-and-aws-cloudformation.md index 5210413d6..b0df2b8b6 100644 --- a//prescriptive-guidance/latest/patterns/deploy-and-manage-aws-control-tower-controls-by-using-aws-cdk-and-aws-cloudformation.md +++ b//prescriptive-guidance/latest/patterns/deploy-and-manage-aws-control-tower-controls-by-using-aws-cdk-and-aws-cloudformation.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsRelated - _Created by Iker Reina Fuente (AWS) and Ivan Girardi (AWS)_ + _Iker Reina Fuente and Ivan Girardi, Amazon Web Services_ @@ -335,2 +335,2 @@ The following custom trust policy allows a specific IAM role in the deployment a - “Version”: “2012-10-17”, - “Statement”: [ + "Version": "2012-10-17", + "Statement": [ @@ -338,3 +338,3 @@ The following custom trust policy allows a specific IAM role in the deployment a - “Effect”: “Allow”, - “Principal”: { - “AWS”: “arn:aws:iam::<DEPLOYMENT-ACCOUNT-ID>:role/<DEPLOYMENT-ROLE-NAME>” + "Effect": "Allow", + "Principal": { + "AWS": "arn:aws:iam::<DEPLOYMENT-ACCOUNT-ID>:role/<DEPLOYMENT-ROLE-NAME>" @@ -342,2 +342,2 @@ The following custom trust policy allows a specific IAM role in the deployment a - “Action”: “sts:AssumeRole”, - “Condition”: {} + "Action": "sts:AssumeRole", + "Condition": {}