Question: You need to implement the simplest possible scalable, in-memory cache for your AWS application. Which service do you select?
- Elasticache using Memcached.
 - DynamoDB.
 - DynamoDB Accelerator (DAX).
 - Elasticache using Redis.
 
Answer: The correct answer of the above question is Option D:Elasticache using Redis.