AWS solutions documentation change
Summary
Simplified CloudFront/WAF deployment parameters and removed autoscaling configuration options
Security assessment
Parameter changes streamline configuration but don't introduce new security controls or address vulnerabilities. WAF/CloudFront reference remains but no security-specific documentation added.
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 1b371e73f..d25a72e15 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,6 +26,2 @@ Parameter | Default | Description -**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). +**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`.