AWS Certified Solutions Architect - Professional 2020

Sign Up Free or Log In to participate!

Cost Optimization and Caching

In the optimized data transfer portion of cost optimization strategies chapter, is it safe to assume that Caching engines also save costs on data transfer? If I employ a Caching engine in front of a 10 TB DynamoDB table, I should be able to save on costly table scans coming from repetitive queries. Is that a safe assumption?

1 Answers

Hi Suneel,

Yes, a caching layer in front of DynamoDB can save on table scans and thus more efficent use of RCU/WCU.  That’s exactly the use-case for DAX.  But, DAX and other caching engines do have a cost as well, so you have to be sure to do your estimations.  There is no fixed solution for cost optimization.

–Scott

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?