You must be logged in to view saved presets
A Config rule that checks that none of the specified applications are installed on the instance. Optionally, specify the application version. Newer versions of the application will not be blacklisted. You can also specify the platform to apply the rule only to instances running that platform.
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
ConfigRule:
Type: 'AWS::Config::ConfigRule'
Properties:
ConfigRuleName: ec2-managedinstance-applications-blacklisted
Scope:
ComplianceResourceTypes:
- 'AWS::SSM::ManagedInstanceInventory'
Description: 'A Config rule that checks that none of the specified applications are installed on the instance. Optionally, specify the application version. Newer versions of the application will not be blacklisted. You can also specify the platform to apply the rule...'
Source:
Owner: AWS
SourceIdentifier: EC2_MANAGEDINSTANCE_APPLICATIONS_BLACKLISTED
Parameters: {}
Metadata: {}
Conditions: {}