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 EMR resources
The following rules are included:
let emr_clusters = Resources.*[
Type == "AWS::EMR::Cluster"
]
rule emr_cluster_kerberos_enabled when %emr_clusters !empty {
%emr_clusters {
Properties {
KerberosAttributes exists <<Kerberos is not configured.>>
}
}
}