ElastiCache, OpenSearch, Neptune & Redshift. AWS Solutions Architect Associate Complete Course
Chapter 14: Other AWS Databases
In addition to Amazon RDS, the relational database we saw in the last chapter, AWS supports other databases like cache databases (Amazon ElastiCache), graph databases (Amazon Neptune), and Data Warehouses (Amazon Redshift). Let’s see these technologies in detail!
- ElastiCache
- OpenSearch
- Redshift
- Redshift Spectrum
- DocumentDB
- Amazon Neptune
- Other AWS Databases
- Typical Exam Questions
Remember that all the chapters from the course can be found in the following link.
ElastiCache
Fully-managed in-memory data store, compatible with Redis or Memcached engines, with sub-millisecond latency. As it’s a fully managed service, AWS is in charge of all its management and configuration; you only need to worry about the data. It’s used when you need extreme performance and extremely low latency. It is popular for real-time use cases, especially in Caching and Session Stores.