Deleting Evaluation Results from Amazon Config Rules
After Amazon Config evaluates your rule, you can see the evaluation results on the Rules page or the Rules details page for the rule. If the evaluation results are incorrect or if you want to evaluate again, you can delete the current evaluation results for the rule. For example, if your rule was incorrectly evaluating your resources or you recently deleted resources from your account, you can delete the evaluation results and then run a new evaluation.
Deleting Evaluating Results (Console)
Sign in to the Amazon Web Services Management Console and open the Amazon Config console at https://console.amazonaws.cn/config/
. -
In the Amazon Web Services Management Console menu, verify that the Region selector is set to an Amazon Region that supports Amazon Config rules. For the list of supported Regions, see Amazon Config Regions and Endpoints in the Amazon Web Services General Reference.
-
In the navigation pane, choose Rules. The Rules page shows the name, associated remediation action, and compliance status of each rule.
-
Choose a rule from the table.
-
From the Actions dropdown list, choose Delete results.
-
When prompted, type Delete (this entry is case sensitive), and then choose Delete. After you delete an evaluation, you cannot retrieve it.
-
After the evaluation results are deleted, you can manually start a new evaluation.
Deleting Evaluating Results (CLI)
-
Use the delete-evaluation-results command.
$ aws configservice delete-evaluation-results --config-rule-name
ConfigRuleName
Amazon Config deletes the evaluation results for the rule.
Deleting Evaluating Results (API)
Use the DeleteEvaluationResults action.