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 whether your Classic Load Balancer SSL listeners are using a predefined policy. The rule is only applicable if there are SSL listeners for the Classic Load Balancer.
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
ConfigRule:
Type: "AWS::Config::ConfigRule"
Properties:
ConfigRuleName: "elb-predefined-security-policy-ssl-check"
Scope:
ComplianceResourceTypes:
- "AWS::ElasticLoadBalancing::LoadBalancer"
Description: "A Config rule that checks whether your Classic Load Balancer SSL listeners are using a predefined policy. The rule is only applicable if there are SSL listeners for the Classic Load Balancer."
Source:
Owner: "AWS"
SourceIdentifier: "ELB_PREDEFINED_SECURITY_POLICY_SSL_CHECK"
Parameters: {}
Metadata: {}
Conditions: {}