AWS Security ChangesHomeSearch

AWS solutions documentation change

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

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

Summary

Migrated deployment mechanism from CloudFormation to AWS CDK, updated data collection opt-out instructions, and added GitHub repository reference

Security assessment

Changes focus on deployment tooling migration (CFN to CDK) and documentation updates. No evidence of security vulnerability fixes or new security features introduced.

Diff

diff --git a/solutions/latest/prebid-server-deployment-on-aws/deploy-the-solution.md b/solutions/latest/prebid-server-deployment-on-aws/deploy-the-solution.md
index c9bedabf7..6e7dbe6d2 100644
--- a//solutions/latest/prebid-server-deployment-on-aws/deploy-the-solution.md
+++ b//solutions/latest/prebid-server-deployment-on-aws/deploy-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 @@ PrerequisitesDeployment process overview
-This solution uses [AWS CloudFormation templates and stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-whatis-concepts.html) to automate its deployment. The CloudFormation template specifies the AWS resources included in this solution and their properties. The CloudFormation stack provisions the resources that are described in the template.
+This solution uses [AWS CDK and stacks](https://docs.aws.amazon.com/cdk/v2/guide/home.html) to automate its deployment. The CDK code specifies the AWS resources included in this solution and their properties. The CDK stack provisions the resources that are described in the template.
@@ -13 +13 @@ This solution uses [AWS CloudFormation templates and stacks](https://docs.aws.am
-This solution includes an option to send anonymized operational metrics to AWS. We use this data to better understand how customers use this solution and related services and products. AWS owns the data gathered though this survey. Data collection is subject to the [AWS Privacy Notice](https://aws.amazon.com/privacy/).
+This solution includes an option to send anonymized operational metrics to AWS. We use this data to better understand how customers use this solution and related services and products. AWS owns the data gathered through this survey. Data collection is subject to the [AWS Privacy Notice](https://aws.amazon.com/privacy/).
@@ -15 +15 @@ This solution includes an option to send anonymized operational metrics to AWS.
-To opt out of this feature, download the template, modify the AWS CloudFormation mapping section, and then use the AWS CloudFormation console to upload your updated template and deploy the solution. For more information, see the [Anonymized data collection](./anonymized-data-collection.html) section of this guide.
+To opt out of this feature, modify the CDK code before deploying. For more information, see the [Anonymized data collection](./anonymized-data-collection.html) section of this guide.
@@ -19 +19 @@ To opt out of this feature, download the template, modify the AWS CloudFormation
-You need an AWS account with permissions to deploy CloudFormation templates and all the resources defined within the template for this solution. The `AdministratorAccess` IAM policy, which provides full access to AWS services and resources is sufficient to deploy this solution.
+You need an AWS account with permissions to deploy CDK stack and all the resources defined within the stack for this solution. The `AdministratorAccess` IAM policy, which provides full access to AWS services and resources is sufficient to deploy this solution.
@@ -23 +23 @@ You need an AWS account with permissions to deploy CloudFormation templates and
-Follow the step-by-step instructions in this section to configure and deploy the solution into your account.
+Deploy the solution guidance using the AWS CDK stack available in the [Github repository](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws).
@@ -26,0 +27,4 @@ Before you launch the solution, review the [cost](./cost1.html), [architecture](
+Follow the steps in the section "Deployment" in the [Git repo readme](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws). The default configuration deploys the core and supporting services found in the [AWS services in this solution](./architecture-details.html#aws-services-in-this-solution) section, but you can customize the CDK stack to meet your specific needs.
+
+You can view the status of the stack in the AWS CloudFormation console in the **Status** column. You should receive a CREATE_COMPLETE status in approximately 10 minutes.
+
@@ -37 +41 @@ Quotas
-AWS CloudFormation template
+CDK Stack Parameters