Chapter 12: Security on AWS (Part 5)
An "identity pool" (painting by Waterhouse)? see below. Amazon ElastiCache The next puzzling comment was: Amazon ElastiCache for Redis provides backup and restore functionality. I thought ElastiCache was a cache service? Why would you need to back it up? Surely this messes up the cache refresh mechanisms? I.e. if you save a cache and back it up later on it will be out of sync with the underlying data store??? Redis actually looks like it can function not just as a cache, but as as a in-memory database. Redis persistence explained here. It can also work with durability! So I guess that backup and restores only work if you are using Redis as the database with no backing data store...? More AWS docs. So now I'm confused again. Redis is just another AWS database option? How does it compare with open source NoSQL like Cassandra? DynamoDB etc? A blog comparing Redis with Cassandra: Following is point by point comparison of Cassandra and Redis. The...