AWS AmazonElastiCache documentation change
Summary
Updated terminology from 'cache cluster' to 'cluster' in event message examples
Security assessment
Changes are purely terminological updates to event messages. The persistence warning message content remains functionally identical with no security implications.
Diff
diff --git a/AmazonElastiCache/latest/dg/ECEvents.Viewing.md b/AmazonElastiCache/latest/dg/ECEvents.Viewing.md index 00969d765..2347e6bb0 100644 --- a//AmazonElastiCache/latest/dg/ECEvents.Viewing.md +++ b//AmazonElastiCache/latest/dg/ECEvents.Viewing.md @@ -34 +34 @@ To generate a list of ElastiCache events using the AWS CLI, use the command `des -The following code lists up to 40 cache cluster events. +The following code lists up to 40 cluster events. @@ -83 +83 @@ The output from the `describe-events` command looks something like this. - "Message": "This cache cluster does not support persistence (ex: 'appendonly'). Please use a different instance type to enable persistence.", + "Message": "This cluster does not support persistence (ex: 'appendonly'). Please use a different instance type to enable persistence.", @@ -101 +101 @@ The output from the `describe-events` command looks something like this. - "Message": "This cache cluster does not support persistence (ex: 'appendonly'). Please use a different instance type to enable persistence.", + "Message": "This cluster does not support persistence (ex: 'appendonly'). Please use a different instance type to enable persistence.", @@ -119 +119 @@ The output from the `describe-events` command looks something like this. - "Message": "This cache cluster does not support persistence (ex: 'appendonly'). Please use a different instance type to enable persistence.", + "Message": "This cluster does not support persistence (ex: 'appendonly'). Please use a different instance type to enable persistence.",