AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-06-28 · Documentation low

File: solutions/latest/prebid-server-deployment-on-aws/architecture-overview.md

Summary

Added cache retrieval flow through ElastiCache and Lambda integration

Security assessment

The changes describe cache implementation details without addressing security aspects of caching or data protection. No security controls or vulnerabilities are mentioned in the added workflow steps.

Diff

diff --git a/solutions/latest/prebid-server-deployment-on-aws/architecture-overview.md b/solutions/latest/prebid-server-deployment-on-aws/architecture-overview.md
index 6a20cfaa2..30052d20e 100644
--- a//solutions/latest/prebid-server-deployment-on-aws/architecture-overview.md
+++ b//solutions/latest/prebid-server-deployment-on-aws/architecture-overview.md
@@ -31 +31 @@ The high-level process flow for the solution, including the components deployed
-  4. The request is forwarded to [Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html) (ALB). ALB determines which container running Prebid Server in the cluster is at a utilization level that can accept more requests. ALB has a network interface on the public internet and one in each private subnet where containers are hosted within [Amazon Virtual Private Cloud](https://aws.amazon.com/vpc/) (Amazon VPC).
+  4. The request is forwarded to [Application Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html) (ALB). ALB determines which container running Prebid Server in the cluster is at a utilization level that can accept more requests. ALB has a network interface on the public internet and one in each private subnet where containers are hosted within [Amazon Virtual Private Cloud](https://aws.amazon.com/vpc/) (Amazon VPC). For cache requests, this is forwarded to retrieve values from ElastiCache.
@@ -56,0 +57,6 @@ The high-level process flow for the solution, including the components deployed
+  17. Prebid Server sends store and retrieve requests for bid and VAST XML data to the Prebid Cache.
+
+  18. The browser or user makes cache object retrieval requests to the Prebid Cache.
+
+  19. Lambda stores and retrieves values in ElastiCache and returns the response to the caller.
+