AWS AmazonElastiCache documentation change
Summary
Updated terminology from 'designing your own cluster' to 'creating a node-based cluster' and replaced 'cache cluster' with 'cluster' throughout the document
Security assessment
Changes are purely terminological updates to align with product naming conventions. No security-related content was added or modified.
Diff
diff --git a/AmazonElastiCache/latest/dg/SubnetGroups.designing-cluster-pre.redis.md b/AmazonElastiCache/latest/dg/SubnetGroups.designing-cluster-pre.redis.md index 37b2db542..eabdb66e0 100644 --- a//AmazonElastiCache/latest/dg/SubnetGroups.designing-cluster-pre.redis.md +++ b//AmazonElastiCache/latest/dg/SubnetGroups.designing-cluster-pre.redis.md @@ -7 +7 @@ Step 1: Create a subnet groupStep 2: Create a clusterStep 3: Authorize access to -# Designing your own ElastiCache Redis OSS cluster +# Creating a node-based ElastiCache cluster for Redis OSS @@ -9 +9 @@ Step 1: Create a subnet groupStep 2: Create a clusterStep 3: Authorize access to -Following are the one-time actions you must take in order to design your own ElastiCache Redis OSS cluster. +Following are the one-time actions you must take in order to create a node-based ElastiCache cluster for Redis OSS. @@ -28 +28 @@ For further information on setting up ElastiCache see [Setting up ElastiCache](. -Before you create a cluster, you first create a subnet group. A _cache subnet group_ is a collection of subnets that you may want to designate for your cache clusters in a VPC. When launching a cache cluster in a VPC, you need to select a cache subnet group. Then ElastiCache uses that cache subnet group to assign IP addresses within that subnet to each cache node in the cluster. +Before you create a cluster, you first create a subnet group. A _cache subnet group_ is a collection of subnets that you may want to designate for your clusters in a VPC. When launching a cluster in a VPC, you need to select a cache subnet group. Then ElastiCache uses that cache subnet group to assign IP addresses within that subnet to each cache node in the cluster. @@ -261 +261 @@ Once your cluster is available, you're billed for each hour or partial hour that -The following CLI code creates a Redis OSS (cluster mode disabled) cache cluster with no replicas. +The following CLI code creates a Redis OSS (cluster mode disabled) cluster with no replicas. @@ -612 +612 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Designing your own ElastiCache (Valkey) cluster +Creating a node-based ElastiCache cluster for Valkey