AWS solutions documentation change
Summary
Added new sections 'Demo website' and 'Testing RTB Fabric connectivity' with instructions on accessing the demo site and verifying RTB Fabric link status and metrics.
Security assessment
The changes are purely instructional, detailing how to use the deployed solution's features (demo website, RTB Fabric monitoring). No security vulnerabilities, configurations, or best practices are discussed. The RTB Fabric section describes monitoring traffic but does not address security controls or vulnerabilities.
Diff
diff --git a/solutions/latest/prebid-server-deployment-on-aws/use-the-solution.md b/solutions/latest/prebid-server-deployment-on-aws/use-the-solution.md index 83efc3aa4..118d04d15 100644 --- a//solutions/latest/prebid-server-deployment-on-aws/use-the-solution.md +++ b//solutions/latest/prebid-server-deployment-on-aws/use-the-solution.md @@ -5 +5 @@ -Querying metrics with Athena +Demo websiteTesting RTB Fabric connectivityQuerying metrics with Athena @@ -8,0 +9,72 @@ Querying metrics with Athena +## Demo website + +The solution includes a demo website that demonstrates end-to-end integration with Prebid.js and provides a working example of banner and video ad units. + +### Accessing the demo website + +After deploying the solution with the bidder simulator: + + 1. Sign in to the [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?). + + 2. Locate the `BiddingServerSimulator` stack. + + 3. In the **Outputs** tab, find the `DemoWebsiteUrl` value. + + 4. Open the URL in your web browser to access the demo website. + + + + +The demo website includes: + + * Banner ad unit examples + + * Video ad unit examples with VAST instream video support + + * Integration with Prebid.js showing real-time bidding flow + + * Visual demonstration of ad rendering + + + + +For detailed information about the demo website implementation and customization options, see the [demo website README](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/tree/main/source/loadtest/demo) in the GitHub repository. + +## Testing RTB Fabric connectivity + +If you deployed the solution with RTB Fabric integration (`--include-rtb-fabric` flag), you can verify that bid requests are being routed through the AWS RTB Fabric private network. + +### Verify Fabric Link status + + 1. Sign in to the [AWS RTB Fabric console](https://console.aws.amazon.com/rtbfabric/home?). + + 2. Navigate to **Fabric Links** in the left navigation pane. + + 3. Locate the Fabric Link created by the solution (named with your stack name prefix). + + 4. Verify the link status is **Active**. + + + + +### Monitor RTB Fabric metrics + +RTB Fabric provides CloudWatch metrics for monitoring traffic through the Fabric Link: + + 1. Sign in to the [Amazon CloudWatch console](https://console.aws.amazon.com/cloudwatch/home?). + + 2. Navigate to **Metrics** > **All metrics**. + + 3. Select the **RTBFabric** namespace. + + 4. View metrics such as: + + * `RequestCount` \- Number of bid requests sent through the Fabric Link + + * `DataTransferred` \- Amount of data transferred through the link + + * `Latency` \- Request latency through the Fabric Link + + + +