AWS wellarchitected documentation change
Summary
Formatting fixes for colons in bullet points, added new monitoring metrics for ad fraud/brand safety/measurement consistency, and simplified a monitoring implementation title
Security assessment
Added new sections for 'Ad fraud metrics' and 'Brand safety metrics' which document security monitoring capabilities for detecting invalid traffic, bot activity, and policy violations. However, there's no evidence this addresses a specific security vulnerability. The changes are proactive security documentation improvements.
Diff
diff --git a/wellarchitected/latest/video-streaming-advertising-lens/advops02-bp02.md b/wellarchitected/latest/video-streaming-advertising-lens/advops02-bp02.md index 032fab369..341201c2d 100644 --- a//wellarchitected/latest/video-streaming-advertising-lens/advops02-bp02.md +++ b//wellarchitected/latest/video-streaming-advertising-lens/advops02-bp02.md @@ -17 +17 @@ Consider the following for collecting important ad-serving metrics: - * **Bid requests per second** : Number of bid requests received. + * **Bid requests per second:** Number of bid requests received. @@ -25 +25 @@ Consider the following for collecting important ad-serving metrics: - * **Latency metrics** : Measure network latency, processing time, and database query times. + * **Latency metrics:** Measure network latency, processing time, and database query times. @@ -32 +32 @@ For database metrics for RTB platforms: - * **Read and write latency** : Measure the time taken for read and write operations in your databases including [DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/metrics-dimensions.html) and [Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-metrics.html). + * **Read and write latency:** Measure the time taken for read and write operations in your databases including [DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/metrics-dimensions.html) and [Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-metrics.html). @@ -34 +34 @@ For database metrics for RTB platforms: - * **Throughput** : Monitor [read and write capacity units](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/metrics-dimensions.html) to verify that your database can handle the load. + * **Throughput:** Monitor [read and write capacity units](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/metrics-dimensions.html) to verify that your database can handle the load. @@ -36 +36 @@ For database metrics for RTB platforms: - * **Error rates** : Track the number of failed read/write operations. + * **Error rates:** Track the number of failed read/write operations. @@ -38 +38 @@ For database metrics for RTB platforms: - * **Connection count** : Monitor the number of [active connections](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-metrics.html) to the database. + * **Connection count:** Monitor the number of [active connections](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-metrics.html) to the database. @@ -52 +52 @@ Create useful alarms for monitoring and alerting. Configure CloudWatch alarms fo - * **High latency** : Set alarms for when bid response times exceed a defined threshold (for example, 100ms). + * **High latency:** Set alarms for when bid response times exceed a defined threshold (for example, 100ms). @@ -54 +54 @@ Create useful alarms for monitoring and alerting. Configure CloudWatch alarms fo - * **Low bid win rate** : Initiate alerts if the bid win rate drops below a specific percentage. + * **Low bid win rate:** Initiate alerts if the bid win rate drops below a specific percentage. @@ -56 +56 @@ Create useful alarms for monitoring and alerting. Configure CloudWatch alarms fo - * **Database latency** : Create alarms for read or write latency thresholds to ensure database performance. + * **Database latency:** Create alarms for read or write latency thresholds to ensure database performance. @@ -72,0 +73,6 @@ Other important considerations for observability of advertising workloads: + * **Ad fraud metrics:** Monitor invalid traffic rates, bot detection rates, and suspicious activity patterns. + + * **Brand safety metrics:** Track content classification accuracy, moderation response times, and policy violation rates. + + * **Measurement consistency:** Monitor cross-system measurement discrepancies, attribution model performance, and conversion path integrity. + @@ -97 +103 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -ADVOPS02-BP01 Implement comprehensive monitoring across all layers of your advertising stack including ad-serving infrastructure, application performance, and user experience +ADVOPS02-BP01 Implement monitoring across each layer of your advertising stack including infrastructure, applications, and user experience