You are on page 1of 1

AWS Classroomnotes

14/May/2023
Cache Databases
 To store infrequently changed data and frequently accesed
in RAM, Cache Database have became popular. some of the
databases are
 Redis
 Memcached
 Cache databases also started supporting write and sync to
database
 AWS has launched Elastic Cache which supports both
memcached and redis managed by AWS.
 Recently they have launched AWS Memory database which
is Redis managed by AWS
 Other databases
 Key Spaces (Managed Cassandra)
 Quantum DB
 Time Series DB
 Neptune
 Note:
 Refer Here for json and yaml tutorial

You might also like