AWS Security ChangesHomeSearch

AWS whitepapers documentation change

Service: whitepapers · 2026-05-04 · Documentation low

File: whitepapers/latest/overview-deployment-options/aws-elastic-beanstalk.md

Summary

Updated architecture diagram alt text to show RDS in private subnet

Security assessment

Emphasizes placement of RDS in a private subnet, a common security practice, though not tied to a specific vulnerability.

Diff

diff --git a/whitepapers/latest/overview-deployment-options/aws-elastic-beanstalk.md b/whitepapers/latest/overview-deployment-options/aws-elastic-beanstalk.md
index 846f89c0e..05eee1c3b 100644
--- a//whitepapers/latest/overview-deployment-options/aws-elastic-beanstalk.md
+++ b//whitepapers/latest/overview-deployment-options/aws-elastic-beanstalk.md
@@ -28 +28 @@ Elastic Beanstalk makes it easy for web applications to be quickly deployed and
-![AWS architecture diagram showing VPC with public and private subnets, load balancer, EC2, RDS, and Elastic Beanstalk.](/images/whitepapers/latest/overview-deployment-options/images/image3.png)
+![Architecture diagram showing Elastic Beanstalk connecting to load balancer in public subnet and EC2 with RDS in private subnet.](/images/whitepapers/latest/overview-deployment-options/images/image3.png)