Databases Flashcards
1
Q
RDS
A
Managed PostgreSQL / MySQL / Oracle / SQL Server
2
Q
Aurora
A
Similar to RDS but with less maintenance, more flexibility, more performance
3
Q
ElastiCache
A
Managed Redis / Memcached (similar offering as RDS, but for caches) which is an In-memory data store with sub-millisecond latency
4
Q
Athena
A
Query engine on top of S3
- pay per query
5
Q
Redshift
A
Based on PostgreSQL and used for Online Analytical Processing (OLAP), basically analytics and data warehousing
6
Q
Neptune
A
Fully managed graph database (networks)
7
Q
ElasticSearch
A
Search any field, even partial matches in your data (DynamoDB)