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 AWS Secrets Manager resources
The following rules are included:
let secretsmanager_secrets = Resources.*[
Type == "AWS::SecretsManager::Secret"
]
rule secretsmanager_cross_region_replication when %secretsmanager_secrets !empty {
%secretsmanager_secrets {
Properties {
ReplicaRegions exists <<Cross region replication is disabled.>>
}
}
}