Caching data using Amazon ElastiCache
Once the team members gather in the meeting room, everyone seems eager to discuss the solution they want to propose. Berta goes first.
Berta: I think I’ve found two interesting services that can be used to implement data caching. Let’s consider a typical three-tier application, with and without a cache.
Berta draws the following on the whiteboard:
Figure 14.4 – A typical three-tier application with and without a cache
Alex: Is it just me, or can anyone else see two new services in your drawing?
Berta: Yes, Amazon CloudFront and Amazon ElastiCache. They are two commonly used caching services for workloads running on the AWS platform. They are intended for different types of requests.
Alex: Can we discuss Amazon ElastiCache first?
Berta: Yes. Conceptually, it is pretty...