CDK Stack Parameters
The following table lists the parameters for the stack.
| Parameter | Default | Description |
|---|---|---|
|
PrebidServerContainerImage |
|
The fully qualified name of the Prebid Server container image to deploy. Set the env variable OVERRIDE_ECR_REGISTRY to point the deployment to a custom container registry. |
|
deploy_cloudfront_and_waf_param |
|
Specifies whether to deploy a CloudFront distribution. If you set it to |
|
ssl_certificate_param |
Optional |
The ARN of an SSL certificate in AWS Certificate Manager associated with a domain name. This field is only required if deploy_cloudfront_and_waf_param is set to |
|
ECSTaskMinCapacity |
2 |
The minimum number of running tasks that Amazon ECS will maintain for the Prebid Server service when ECS is autoscaling based on traffic, CPU, and memory utilization. |
|
ECSTaskMaxCapacity |
300 |
The maximum number of running tasks that Amazon ECS will maintain for the Prebid Server service when ECS is autoscaling based on traffic, CPU, and memory utilization. |
|
RequestsPerTargetThreshold |
5000 |
The number of requests per target to trigger scaling up the Prebid Server ECS service. |
|
SpotInstanceWeight |
1 |
Spot instance weight configuration (On-demand weight fixed at 1). |
|
deployBiddingSimulator |
|
CDK context flag to deploy the optional bidder simulator stack. Set via |
|
enableLogAnalytics |
|
CDK context flag to enable the custom analytics adapter for detailed auction-level data collection. Set via |
|
includeRtbFabric |
|
CDK context flag to enable AWS RTB Fabric integration for private network connectivity. Requires |
Note
CloudFront distribution is the recommended configuration for this solution because this configuration provides enhanced security and performance. Refer to the Opt out of using CloudFront and AWS WAF section for more information about the benefits of using CloudFront and AWS WAF together, and steps to disable CloudFront and AWS WAF if desired.