AWS solutions documentation change
Summary
Updated parameter names (CloudFrontWafDeployment→InstallCloudFrontAndWAF, SSLCertificate→SSLCertificateARN) and added new autoscaling parameters (ECSTaskMin/MaxCapacity, RequestsPerTargetThreshold, SpotInstanceWeight)
Security assessment
Parameter changes are naming improvements and scaling configuration additions. While CloudFront/WAF deployment options relate to security architecture, the changes themselves don't introduce new security controls or address vulnerabilities. SSL certificate reference remains optional based on deployment choice.
Diff
diff --git a/solutions/latest/prebid-server-deployment-on-aws/launch-the-stack.md b/solutions/latest/prebid-server-deployment-on-aws/launch-the-stack.md index d25a72e15..1b371e73f 100644 --- a//solutions/latest/prebid-server-deployment-on-aws/launch-the-stack.md +++ b//solutions/latest/prebid-server-deployment-on-aws/launch-the-stack.md @@ -26,2 +26,6 @@ Parameter | Default | Description -**CloudFrontWafDeployment** | `Yes` | Specifies whether to deploy a CloudFront distribution. If you set it to `Yes`, the solution creates and configures a CloudFront distribution to serve your content. If you set it to `No`, provide your own SSL certificate. -**SSLCertificate** | _Optional_ | The ARN of an SSL certificate in AWS Certificate Manager associated with a domain name. This field is only required if **CloudFrontWafDeployment** is set to `No`. +**InstallCloudFrontAndWAF** | `Yes` | Yes - Use the CloudFront and Web Application Firewall to deliver your content. No - Skip CloudFront and WAF deployment and use your own content delivery network instead. +**SSLCertificateARN** | _Optional_ | The ARN of an SSL certificate in AWS Certificate Manager associated with a domain name. This field is only required if **InstallCloudFrontAndWAF** is set to `No`. +**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).