99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
392 B
392 B
AWS ElastiCache
Objectives
- Create ElastiCache Redis
- Instance type should be "cache.t2.micro"
- Replicas should be 0
Solution
Console
- Go to ElastiCache service
- Click on "Get Started Now"
- Choose "Redis"
- Insert a name and description
- Choose "cache.t2.micro" an node type
- Set number of replicas to 0
- Create new subnet group
- Click on "Create"