Database services Flashcards
What are some examples of relational data base services in AWS?
Aurora and RDS
What service uses key-value databases and what is the advantage of such a database?
DynamoDB, key-value databases are optimised for common access patterns so they store and rapidly retrieve large volumes of data
What in-memory databases can be found in AWS and what is this type of database useful for?
ElastiCache, in-memory is useful for real time data it is compatible with Redis and Memcached data structures
What graph database service is available on AWS?
Neptune
What is QLDB
Quantum Ledger DataBase - a blockchain ledger database - uses a centralised authority
What is an example of a service used in AWS that is compatible with MongoDB and what form of data does MongoDB use?
DocumentDB, json - document data
How might someone migrate a database in AWS?
DMS
When should what are the use cases for Aurora and RDS?
Aurora for Prostgre SQL and MySQL and RDS for all other relational DBs