AWS prescriptive-guidance documentation change
Summary
Fixed quotation marks in IAM condition examples
Security assessment
Formatting correction in existing documentation about securing CloudFormation service roles
Diff
diff --git a/prescriptive-guidance/latest/least-privilege-cloudformation/service-roles-for-cloudformation.md b/prescriptive-guidance/latest/least-privilege-cloudformation/service-roles-for-cloudformation.md index 367f278af..eea647361 100644 --- a//prescriptive-guidance/latest/least-privilege-cloudformation/service-roles-for-cloudformation.md +++ b//prescriptive-guidance/latest/least-privilege-cloudformation/service-roles-for-cloudformation.md @@ -91,3 +91,3 @@ In addition to the previous policy statements, you can use the `cloudformation:R - “Condition”: { - “StringEquals”: { - “cloudformation:RoleArn” : [<ARN of the specific CloudFormation service role>] + "Condition": { + "StringEquals": { + "cloudformation:RoleArn" : [<ARN of the specific CloudFormation service role>] @@ -111,3 +111,3 @@ Additionally you can also use the `cloudformation:RoleARN` condition key to rest - “Condition”: { - “StringNotEquals”: { - “cloudformation:RoleArn” : [<ARN of a privilege CloudFormation service role>] + "Condition": { + "StringNotEquals": { + "cloudformation:RoleArn" : [<ARN of a privilege CloudFormation service role>]