Creating the Redis (cluster mode enabled) ElastiCache

Let's create the Redis ElastiCache server with the cluster mode enabled:

  1. Click Redis on the left navigation menu.
  2. Click the Create button.
  3. 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 ...

Get Amazon Web Services Bootcamp now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.