Let's create the Redis ElastiCache server with the cluster mode enabled:
- Click Redis on the left navigation menu.
- Click the Create button.
- Provide the Redis ElastiCache details as follows:
-
- Cluster engine: Select the Redis option.
- Cluster Mode enabled: Enable the property.
- Name: Type in aws-bootcamp-redis.
- Description: Type in AWS Bootcamp redis cluster.
- Engine version compatibility: Choose the default version only. Currently the default version is 3.2.10.
- Port: Type in port 6379, on which the Redis server will be running.
- Parameter group: Choose the default parameter group, default.redis3.2.cluster.on.
- Node type: Select the cache.t2.micro node type.
- Number of Shards: Select 2 as the ...