Views:

Delete the Claude Compliance Collector CloudFormation stack and all associated AWS resources from your environment.

Procedure

  1. Do one of the following:
    • To remove the collector using the AWS Management Console, go to CloudFormationStacks in the AWS Management Console, select the claude-compliance-collector stack, and select Delete.
    • To delete the stack using the AWS CLI, use the following command:
      aws cloudformation delete-stack --stack-name claude-compliance-collector
      aws cloudformation wait stack-delete-complete --stack-name claude-compliance-collector
    AWS removes all collector resources. Secrets Manager applies a default 30-day recovery window before permanently deleting stored secrets. During this period, secrets can be recovered.