Deleting Evaluation Results from Amazon Config Rules - Amazon Config
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Evaluation Results (Console)

  1. Sign in to the Amazon Web Services Management Console and open the Amazon Config console at https://console.amazonaws.cn/config/.

  2. 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.

  3. In the navigation pane, choose Rules. The Rules page shows the name, associated remediation action, and compliance status of each rule.

  4. Choose a rule from the table.

  5. From the Actions dropdown list, choose Delete results.

  6. When prompted, type Delete (this entry is case sensitive), and then choose Delete. After you delete an evaluation, you cannot retrieve it.

  7. After the evaluation results are deleted, you can manually start a new evaluation.

Deleting Evaluation 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 Evaluation Results (API)

Use the DeleteEvaluationResults action.