This policy verifies that AWS Config is enabled and properly configured for all active regions.
The AWS Config API is used to gather the AWS Config information for all regions. When a region is found that has no AWS Config settings, or the AWS Config recordingGroup has 'allSupported' or 'includeGlobalResourceTypes' set to 'false', that region and these settings are added to a list. An incident is raised if this list contains any regions.
- Email addresses of the recipients you wish to notify - A list of email addresses to notify
- Send an email report
This policy uses credentials for connecting to the cloud -- in order to apply this policy you must have a credential registered in the system that is compatible with this policy. If there are no credentials listed when you apply the policy, please contact your cloud admin and ask them to register a credential that is compatible with this policy. The information below should be consulted when creating the credential.
For administrators creating and managing credentials to use with this policy, the following information is needed:
Provider tag value to match this policy: aws
, aws_sts
Required permissions in the provider:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"EC2:DescribeRegions",
"config:DescribeConfigurationRecorderStatus"
],
"Resource": "*"
}
]
}
- AWS
This Policy Template does not incur any cloud costs.