AWS AmazonElastiCache documentation change
Summary
Updated terminology from 'self-designed cluster' to 'node-based cluster' and removed redundant CLI instructions for restoring backups
Security assessment
The changes appear to be terminology updates and documentation cleanup rather than addressing security issues. No security vulnerabilities or security feature enhancements are mentioned in the diff. The removed CLI commands relate to backup restoration processes without any security context.
Diff
diff --git a/AmazonElastiCache/latest/dg/backups-restoring.md b/AmazonElastiCache/latest/dg/backups-restoring.md index bd8f52064..073a568e8 100644 --- a//AmazonElastiCache/latest/dg/backups-restoring.md +++ b//AmazonElastiCache/latest/dg/backups-restoring.md @@ -7 +7 @@ -You can restore an existing backup from Valkey into a new Valkey cache or self-designed cluster, and restore an existing Redis OSS backup into a new Redis OSS cache or self-designed cluster. You can also restore an existing Memcached serverless cache backup into a new Memcached serverless cache. +You can restore an existing backup from Valkey into a new Valkey cache or node-based cluster, and restore an existing Redis OSS backup into a new Redis OSS cache or node-based cluster. You can also restore an existing Memcached serverless cache backup into a new Memcached serverless cache. @@ -30 +30 @@ ElastiCache Serverless supports RDB files compatible with Valkey 7.2 and above, -###### To restore a backup to a self-designed cluster (console) +###### To restore a backup to a node-based cluster (console) @@ -40 +40 @@ ElastiCache Serverless supports RDB files compatible with Valkey 7.2 and above, - 5. Choose **Design your own cache** and customize the cluster settings, such as node type, sizes, number of shards, replicas, AZ placement, and security settings. + 5. Choose **Node-based cache** and customize the cluster settings, such as node type, sizes, number of shards, replicas, AZ placement, and security settings. @@ -42 +42 @@ ElastiCache Serverless supports RDB files compatible with Valkey 7.2 and above, - 6. Choose **Create** to create your new self-designed cache and import data from your backup. + 6. Choose **Create** to create your new node-based cluster and import data from your backup. @@ -73,43 +72,0 @@ For Windows: -**To restore a backup to a self-designed cluster (AWS CLI)** - -You can restore a Valkey or Redis OSS (cluster mode disabled) backup in two ways. - - * aws elasticache create-serverless-cache \ - --serverless-cache-name CacheName \ - --engine redis - --snapshot-arns-to-restore Snapshot-ARN - - * For Windows: - - aws elasticache create-serverless-cache ^ - --serverless-cache-name CacheName ^ - --engine redis ^ - --snapshot-arns-to-restore Snapshot-ARN - - - - -**To restore a backup to a self-designed cluster (AWS CLI)** - -You can restore a Valkey or Redis OSS serverless cache backup, and you can also restore a Valkey or Redis OSS self-designed cluster. - -You can restore a Valkey or Redis OSS serverless cache backup in two ways. - - * You can restore to a single-node Valkey or Redis OSS (cluster mode disabled) cluster using the AWS CLI operation create-cache-cluster. - - * You can restore to a Valkey or Redis OSS cluster with read replicas (a replication group). To do this, you can use either Valkey or Redis OSS (cluster mode disabled) or Valkey or Redis OSS (cluster mode enabled) with the AWS CLI operation create-replication-group. In this case, you seed the restore with a Valkey or Redis OSS .rdb file. For more information on seeding a new self-designed cluster, see [Tutorial: Seeding a new self-designed cluster with an externally created backup](./backups-seeding-redis.html). - - - - -You can restore a Valkey or Redis OSS (cluster mode disabled) backup in two ways. - - * You can restore to a single-node Valkey or Redis OSS (cluster mode disabled) cluster using the AWS CLI operation create-cache-cluster. - - * You can restore to a Valkey or Redis OSS cluster with read replicas (a replication group). To do this, you can use either Valkey or Redis OSS (cluster mode disabled) or Valkey or Redis OSS (cluster mode enabled) with the AWS CLI operation create-replication-group. In this case, you seed the restore with a Valkey or Redis OSS .rdb file. For more information on seeding a new self-designed cluster, see [Tutorial: Seeding a new self-designed cluster with an externally created backup](./backups-seeding-redis.html). - - - - -When using either the `create-cache-cluster` or `create-replication-group` operation, be sure to include the parameter `--snapshot-name` or `--snapshot-arn`s to seed the new cluster or replication group with the data from the backup. -