
Amazon ElastiCache – High-Speed Access to Your Data
We have looked at several resources AWS provides. These include databases, disk storage, and processing. Now we turn to a way to access system memory via the ElastiCache service. What is an In Memory DataStore? When you look at the ElastiCache overview page, there is a focus on an in-memory data store. It may help to start with that. Computers traditionally have three places to store data. These generally can be labeled as external, internal, and RAM. External storage is data on a device outside of the computer such as a CD-ROM, floppy disk (if you remember them) or memory stick/external drive. Internal storage is an internal hard drive whether that is disk based or solid state. RAM is memory... Read more