AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-07-13 · Documentation low

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

Summary

Removed cache-related workflow steps involving ElastiCache and Lambda integration from the process flow diagram description.

Security assessment

Removal of caching implementation details but no security context or vulnerability references provided. This appears to be architectural simplification rather than security-related changes.

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 30052d20e..6a20cfaa2 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). For cache requests, this is forwarded to retrieve values from ElastiCache.
+  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).
@@ -57,6 +56,0 @@ 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.
-