AWS Security ChangesHomeSearch

AWS solutions documentation change

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

File: solutions/latest/prebid-server-deployment-on-aws/configure-the-solution.md

Summary

Updated configuration instructions from CloudFormation to CDK parameters

Security assessment

Change relates to deployment methodology updates (CloudFormation to CDK) rather than security controls. While WAF configuration is mentioned, the change itself doesn't introduce new security documentation.

Diff

diff --git a/solutions/latest/prebid-server-deployment-on-aws/configure-the-solution.md b/solutions/latest/prebid-server-deployment-on-aws/configure-the-solution.md
index 6cf5ecfe5..fbbc1a502 100644
--- a//solutions/latest/prebid-server-deployment-on-aws/configure-the-solution.md
+++ b//solutions/latest/prebid-server-deployment-on-aws/configure-the-solution.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)
@@ -9 +9 @@ Opting out of using CloudFront and AWS WAFManaging configuration files for the s
-This section provides instructions for configuring the Prebid Servcer Deployment on AWS solution.
+This section provides instructions for configuring Guidance for Deploying a Prebid Server on AWS.
@@ -31 +31 @@ For users who decide not to use CloudFront and AWS WAF with this solution, follo
-  3. When launching the stack, set the AWS CloudFormation template parameter **CloudFrontWafDeployment** to `No`.
+  3. Before doing cdk deploy set the AWS CDK stack parameter **deploy_cloudfront_and_waf_param** in the file [stack_cfn_parameters.py](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/tree/main/source/infrastructure/prebid_server/stack_cfn_parameters.py) to `No`.
@@ -33 +33 @@ For users who decide not to use CloudFront and AWS WAF with this solution, follo
-  4. Enter the SSL certificate ARN in AWS CloudFormation template parameter **SSLCertificate** .
+  4. Enter the SSL certificate ARN in AWS CDK stack parameter **ssl_certificate_param** .
@@ -224 +224 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Launch the stack
+CDK Stack Parameters