Creating Redis (cluster mode disabled) ElastiCache server

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

  1. Click Redis on the left navigation menu.
  2. Click the Create button.
  3. Provide the following Redis ElastiCache details:
    • Cluster engine: Select the Redis option.
    • Cluster Mode enabled: Keep it unchecked.
    • Name: Type in aws-bootcamp-redis.
    • Description: Type in AWS Bootcamp redis server.
    • 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.
    • Node type: Select the cache.t2.micro (0.5 GiB) node type.
    • Number of replicas: Type in 2, which ...

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.