Deleting Aggregators - 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 Aggregators

You can use the Amazon Config console or the Amazon CLI to delete your aggregators.

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

  2. Navigate to the Aggregator page, and choose the aggregator name.

  3. Choose Actions and then choose Delete.

    A warning message is displayed. Deleting an aggregator results in the loss of all aggregated data. You cannot recover this data but data in the source account(s) is not impacted.

  4. Choose Delete to confirm your selection.

Deleting Aggregators (Amazon CLI)

Enter the following command:

aws configservice delete-configuration-aggregator --configuration-aggregator-name MyAggregator

If successful, the command executes with no additional output.