Please enable JavaScript.
Coggle requires JavaScript to display documents.
RDS, Aurora & ElastiCache - Coggle Diagram
RDS, Aurora & ElastiCache
RDS
-
-
Advantages vs EC2 DB
Automated provisioning, OS patching
-
-
-
-
-
-
-
-
Scaling
Storage
When running out of free DB storage, auto scales
-
-
-
Read
-
Within AZ, Cross AZ and Cross Region
Replication is ASYNC, reads are eventually consistent
-
-
-
-
Aurora
-
-
-
Security
-
backups, snapshots and replicas are also encrypted
-
-
-
-
-
Aurora Serverless
-
Good for infreq, intermittent or unpredictable workloads
-
-
-
Global Aurora
-
Aurora Global Database
-
-
-
Promoting to other region, RTO < 1 minute
Elasticache
-
Patterns
Lazy Loading: all read data is cached, data can become stale
-
-
Overview
-
-
AWS takes care of: maintenance / patching, optimizations, setup, config, monitoring, failure recovery and backups
-