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 Amazon Virtual Private Cloud flow logs are found and enabled for Amazon VPC.
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
ConfigRule:
Type: "AWS::Config::ConfigRule"
Properties:
ConfigRuleName: "vpc-flow-logs-enabled"
Scope:
ComplianceResourceTypes: []
Description: "A config rule that checks whether Amazon Virtual Private Cloud flow logs are found and enabled for Amazon VPC."
Source:
Owner: "AWS"
SourceIdentifier: "VPC_FLOW_LOGS_ENABLED"
MaximumExecutionFrequency: "TwentyFour_Hours"
Parameters: {}
Metadata: {}
Conditions: {}