AWS AmazonElastiCache documentation change
Summary
Added a note about improving read performance using read replicas for large/global applications and linked to best practices documentation.
Security assessment
The change provides performance optimization guidance but does not address security vulnerabilities or document security features. The mention of read replicas relates to scalability, not security controls.
Diff
diff --git a/AmazonElastiCache/latest/dg/GettingStarted.serverless-valkey.step2.md b/AmazonElastiCache/latest/dg/GettingStarted.serverless-valkey.step2.md index 96366de22..34dfae757 100644 --- a//AmazonElastiCache/latest/dg/GettingStarted.serverless-valkey.step2.md +++ b//AmazonElastiCache/latest/dg/GettingStarted.serverless-valkey.step2.md @@ -10,0 +11,2 @@ This section also assumes that you have setup VPC access and security group sett +In addition to the steps below, if you have a large or global application you can greatly increase read performance by creating and reading from replicas. For more information on this more advanced step see [Best Practices for using Read Replicas](./ReadReplicas.html). +