PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
elasticache
**To modify cache parameter groups** This example modifies parameters for the specified cache parameter group. Command:: aws elasticache modify-cache-parameter-group \ --cache-parameter-group-name my-redis-28 --parameter-name-values \ ParameterName=close-on-slave-write,ParameterValue=no \ ParameterName=timeout,ParameterValue=60 Output:: { "CacheParameterGroupName": "my-redis-28" }
[+]
..
[-] modify-cache-parameter-group.rst
[edit]
[-] modify-replication-group.rst
[edit]
[-] create-replication-group.rst
[edit]