Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
CloudFormation guard rules template for SNS resources
The following rules are included:
let sns_topics = Resources.*[
Type == "AWS::SNS::Topic"
]
rule sns_encryption when %sns_topics !empty {
%sns_topics {
Properties {
KmsMasterKeyId exists <<Encryption is disabled.>>
}
}
}