AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-11-13 · Documentation low

File: solutions/latest/prebid-server-deployment-on-aws/anonymized-data-collection.md

Summary

Updated data collection opt-out instructions from CloudFormation to CDK-based deployment

Security assessment

Change updates procedural steps for opting out of telemetry data collection but doesn't introduce new security features or address vulnerabilities. Privacy-related documentation existed previously.

Diff

diff --git a/solutions/latest/prebid-server-deployment-on-aws/anonymized-data-collection.md b/solutions/latest/prebid-server-deployment-on-aws/anonymized-data-collection.md
index bd37eae34..c04e8a5f5 100644
--- a//solutions/latest/prebid-server-deployment-on-aws/anonymized-data-collection.md
+++ b//solutions/latest/prebid-server-deployment-on-aws/anonymized-data-collection.md
@@ -3 +3 @@
-[Documentation](/index.html)[Prebid Server Deployment on AWS](https://aws.amazon.com/solutions/implementations/prebid-server-deployment-on-aws/)[Implementation Guide](solution-overview.html)
+[Documentation](/index.html)[Guidance for Deploying a Prebid Server on AWS](https://aws.amazon.com/solutions/guidance/deploying-a-prebid-server-on-aws/)[Implementation Guide](solution-overview.html)
@@ -20 +20 @@ We collect metrics directly from the various resources in the solution. These ar
-AWS owns the data gathered though this survey. Data collection is subject to the [Privacy Notice](https://aws.amazon.com/privacy/). To opt out of this feature, complete the following steps before launching the AWS CloudFormation template.
+AWS owns the data gathered through this survey. Data collection is subject to the [Privacy Notice](https://aws.amazon.com/privacy/). To opt out of this feature, complete the following steps before deploying using AWS CDK.
@@ -22 +22 @@ AWS owns the data gathered though this survey. Data collection is subject to the
-  1. Download the [AWS CloudFormation template](https://solutions-reference.s3.amazonaws.com/prebid-server-deployment-on-aws/latest/prebid-server-deployment-on-aws.template) to your local hard drive.
+  1. Locate the [mappings.py](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/blob/main/source/cdk_solution_helper_py/helpers_cdk/aws_solutions/cdk/mappings.py) in your local
@@ -24 +24 @@ AWS owns the data gathered though this survey. Data collection is subject to the
-  2. Open the AWS CloudFormation template with a text editor.
+  2. set the value of the **send_anonymous_usage_data** input parameter in the **_init_ ** method to **False**
@@ -26,21 +26 @@ AWS owns the data gathered though this survey. Data collection is subject to the
-  3. Modify the AWS CloudFormation template mapping section from:
-    
-        AnonymizedData:
-     SendAnonymizedData:
-       Data: Yes
-
-to:
-    
-        AnonymizedData:
-     SendAnonymizedData:
-       Data: No
-
-  4. Sign in to the [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home).
-
-  5. Select **Create stack**.
-
-  6. On the **Create stack** page, **Specify template** section, select **Upload a template file**.
-
-  7. Under **Upload a template file** , choose **Choose file** and select the edited template from your local drive.
-
-  8. Choose **Next** and follow the steps in [Launch the stack](./launch-the-stack.html) in the Deploy the solution section of this guide.
+  3. Follow the deployment steps documented in the readme.