Deleting Conformance Packs for AWS Config - AWS Config

Deleting Conformance Packs for AWS Config

You can use the AWS Config console or the AWS CLI to delete conformance packs.

Deleting Conformance Packs (Console)
  1. To delete a conformance pack, select the conformance pack from the table.

  2. Choose Actions and then choose Delete.

  3. On the delete conformance pack dialog box, confirm if you would like to permanently delete this conformance pack.

    Important

    You cannot revert this action. When you delete a conformance pack, you delete all of the AWS Config rules and remediation actions in that conformance pack.

  4. Enter Delete and choose Delete.

    On the Conformance packs page, you can see the deployment status as Deleting until the conformance pack is completely deleted.

Deleting Conformance Packs (AWS CLI)

Enter the following command.

aws configservice delete-conformance-pack --conformance-pack-name MyConformancePack1

If successful, the command runs with no additional output.

Important

You cannot revert this action. When you delete a conformance pack, you delete all of the AWS Config rules and remediation actions in that conformance pack.