Uninstall the solution - Prebid Server Deployment on AWS

Uninstall the solution

You can uninstall the Prebid Server Deployment on AWS solution from the AWS Management Console or by using the AWS Command Line Interface.

Using the AWS Management Console

  1. Sign in to the AWS CloudFormation console.

  2. On the Stacks page, select this solution’s installation stack.

  3. Choose Delete.

Using AWS Command Line Interface

Determine whether the AWS Command Line Interface (AWS CLI) is available in your environment. For installation instructions, see What Is the AWS Command Line Interface in the AWS CLI User Guide. After confirming that the AWS CLI is available, run the following command.

$ aws cloudformation delete-stack --stack-name <installation-stack-name> --region <aws-region>

Deleting the Amazon S3 buckets

To prevent accidental data loss, this solution is configured to retain the solution-created Amazon S3 buckets when you delete its AWS CloudFormation stack. After uninstalling the solution, you can manually delete the S3 buckets if you do not need to retain their data. Each stack contains the following seven S3 buckets:

  • ALBAccessLogsBucket

  • ArtifactsBucket

  • CloudFrontAccessLogsBucket

  • DockerConfigsBucket

  • DataSyncMetricsBucket

  • MetricsEtlBucket

  • CloudTrailLoggingBucket

Follow these steps to delete each Amazon S3 bucket.

  1. Sign in to the Amazon S3 console.

  2. Choose Buckets from the left navigation pane.

  3. Locate the S3 buckets whose name begins with prefix, <stack-name> .

  4. For each S3 bucket, select the bucket then choose Empty then Delete.

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

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