Databases Flashcards
Amazon Aurora is compatible with? (DB)
MySQL and PostgreSQL
Minimum and maximum size of Aurora
min 10GB max 128 TB
Is Aurora a fully managed service?
Yes
Aurora resiliency
fault-tolerant and self-healing
Aurora replication is on … level
disk level
Aurora is based on? (medium)
ssd
Aurora cluster volume
virtual database storage volume that spans multiple AZs, with each AZ having a copy of the DB cluster data
Aurora cluster structure
Primary DB instance ( supports R/W, 1 in cluster), Aurora Replica ( read-only replicas, connected to the same storage volume, up to 15)
Aurora Endpoints
Cluster(primary db), Reader(lb for read replicas), Custom, Instance(specific isntance)
Aurora Backup
automatic, 1 to 35 days
Aurora cross-region replicas
supported by MySQL
How many copies aurora maintains and where?
6 copies across 3 AZ
Aurora Global Database
spans across multiple regions, 1 region read-write, up to 5 read only
Aurora Global Database RTO/RPO
RTO less than minute, RPO 5 seconds
DocumentDB is
Fully managed document database service
use cases for DocumentDB
content management, user profiles, and real-time big data.
DocumentDB performance
milions of requests per second with miliseconds latency
DocumentDB storage size?
min 10GB max 64 TB
DocumentDB scaling
up to 15 replcas
How many copies DocumentDB maintains and where?
6 copies across 3 AZ
DocumentDB backup/restore
automatic backups, RPO 5 minutes, restore from snapshot local and cross region
DynamoDB is
nosql database, key/value
DynamoDB keep data on..? (medium)
ssd
DynamoDB resilency
higly resilient across AZs and optionally globaly
DynamoDB TTL
Timestamps for automatic delete of items
DynamoDB LSI
alternative view on a table, Local Secondary Indexes, switch secondary key on table
DynamoDB GSI
alternative view on a table, global secondary indexes, switch primary and secondary keys