Deleting the Amazon S3 buckets - MLOps Workload Orchestrator

Deleting the Amazon S3 buckets

To help prevent accidental data loss, we configured this solution to retain the solution-created Amazon S3 bucket (for deploying in an opt-in Region) if you delete the AWS CloudFormation stack. After uninstalling the solution, you can manually delete this S3 bucket if you do not need to retain the data. Follow these steps to delete the Amazon S3 bucket.

  1. Sign in to the Amazon S3 console.

  2. Choose Buckets from the left navigation pane.

  3. Locate the <stack-name> S3 bucket.

  4. Select the S3 bucket and choose Delete.

To delete the S3 bucket using AWS CLI, run the following command:

$ aws s3 rb s3://<bucket-name> --force