The following command will create Redis with the cluster mode disabled:
aws elasticache create-replication-group ^--replication-group-id "aws-bootcamp-redis" ^--replication-group-description "AWS Bootcamp redis cluster disabled" ^--num-cache-clusters 3 ^--engine "redis" ^--engine-version "3.2.10" ^--port 6379 ^--cache-parameter-group-name "default.redis3.2" ^--cache-node-type "cache.t2.micro" ^--cache-subnet-group-name "default" ^--security-group-ids "sg-2e5a905a"
The following are the options that can be used with create-replication-group:
Parameters |
Optional |
Descriptions |
--replication-group-id |
False |
Identifier for your replication group. |
--replication-group-description ... |