Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
A Config rule that checks if cross-zone load balancing is enabled for the Classic Load Balancers (CLBs). This rule is NON_COMPLIANT if cross-zone load balancing is not enabled for a CLB.
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
ConfigRule:
Type: "AWS::Config::ConfigRule"
Properties:
ConfigRuleName: "elb-cross-zone-load-balancing-enabled"
Scope:
ComplianceResourceTypes:
- "AWS::ElasticLoadBalancing::LoadBalancer"
Description: "A Config rule that checks if cross-zone load balancing is enabled for the Classic Load Balancers (CLBs). This rule is NON_COMPLIANT if cross-zone load balancing is not enabled for a CLB."
Source:
Owner: "AWS"
SourceIdentifier: "ELB_CROSS_ZONE_LOAD_BALANCING_ENABLED"
Parameters: {}
Metadata: {}
Conditions: {}