AWS AmazonElastiCache documentation change
Summary
Updated terminology from 'self-designed clusters' to 'node-based clusters' in port configuration documentation
Security assessment
The change involves terminology clarification without altering security guidance. Port requirements (6379/6380) and security group configuration advice remain unchanged.
Diff
diff --git a/AmazonElastiCache/latest/dg/set-up.md b/AmazonElastiCache/latest/dg/set-up.md index 52072e7ad..48cedcce9 100644 --- a//AmazonElastiCache/latest/dg/set-up.md +++ b//AmazonElastiCache/latest/dg/set-up.md @@ -182 +182 @@ You will need to setup an EC2 instance from which you will connect to your cache -ElastiCache self-designed clusters use port 6379 for Valkey and Redis OSS commands, and ElastiCache serverless uses both port 6379 and port 6380. In order to successfully connect and execute Valkey or Redis OSS commands from your EC2 instance, your security group must allow access to these ports as needed. +ElastiCache node-based clusters use port 6379 for Valkey and Redis OSS commands, and ElastiCache serverless uses both port 6379 and port 6380. In order to successfully connect and execute Valkey or Redis OSS commands from your EC2 instance, your security group must allow access to these ports as needed.