AWS solutions documentation change
Summary
Added three new CDK context parameters: deployBiddingSimulator, enableLogAnalytics, and includeRtbFabric.
Security assessment
The changes add new deployment flags for optional features (bidder simulator, analytics adapter, RTB Fabric integration). There is no mention of security vulnerabilities, patches, or security configurations. The RTB Fabric integration mentions private network connectivity, which is a network isolation feature, but the change itself is a feature addition, not a security fix or advisory.
Diff
diff --git a/solutions/latest/prebid-server-deployment-on-aws/stack-parameters.md b/solutions/latest/prebid-server-deployment-on-aws/stack-parameters.md index 7aa15a4d6..6f719ba18 100644 --- a//solutions/latest/prebid-server-deployment-on-aws/stack-parameters.md +++ b//solutions/latest/prebid-server-deployment-on-aws/stack-parameters.md @@ -17,0 +18,3 @@ Parameter | Default | Description +**deployBiddingSimulator** | `false` | CDK context flag to deploy the optional bidder simulator stack. Set via `--context deployBiddingSimulator=true` or use the `--deploy-bidding-simulator` flag with deploy.sh script. +**enableLogAnalytics** | `false` | CDK context flag to enable the custom analytics adapter for detailed auction-level data collection. Set via `--context enableLogAnalytics=true` or use the `--enable-log-analytics` flag with deploy.sh script. +**includeRtbFabric** | `false` | CDK context flag to enable AWS RTB Fabric integration for private network connectivity. Requires `deployBiddingSimulator=true`. Set via `--context includeRtbFabric=true` or use the `--include-rtb-fabric` flag with deploy.sh script.