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)
-
-
To delete a conformance pack, select the conformance pack from the table.
-
Choose Actions and then choose Delete.
-
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.
-
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.