Let's create the Redis ElastiCache server with cluster mode disabled:
- Click Redis on the left navigation menu.
- Click the Create button.
- 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 ...