Specifying Triggers for AWS Config Rules
El John Acebedo2021-04-14T04:32:30+00:00Specifying Triggers for AWS Config Rules AWS Config allows you to set “rules” to evaluate configuration settings on your AWS resources. The result of these rule evaluations are then displayed on the AWS Config web console. You can control the frequency of rule evaluations by AWS Config by specifying a trigger. A trigger refers to the method of evaluation for your config rules. There are two types of triggers to select from when creating a rule. 1. Configuration Changes When “configuration changes” is enabled, AWS Config will evaluate the config rule when specific resources are created, changed, or deleted. In [...]