A company recently migrated its web, application and NoSQL database tiers to AWS. The company is using Auto Scaling to scale the web and application tiers. More than 95 percent of the Amazon DynamoDB requests are repeated read-requests.
How can the DynamoDB NoSQL tier be scaled up to cache these repeated requests?
A) ElastiCache for Redis is always a good option as a distributed cache for session management - https://aws.amazon.com/getting-started/hands-on/building-fast-session-caching-with-amazon-elasticache-for-redis/
It also supports encrypt at rest - https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/at-rest-encryption.html
Currently there are no comments in this discussion, be the first to comment!