AWS databases
options
- RDS: fully managed RDBMS
- Elastic cache: in-memory cache; Redis or MemCached.
- DynamoDB: NoSQL; highly scalable; fault tolerant; event-driven; replicated over multiple AZs.
- Redshift: petabyte-scale data warehouse; SQL complaint; event driven; fault tolerant; replicated over multiple AZs.
- Neptune: graph database; optimized for relationships (joins); replicated over multiple AZs. continuous backups; read replicas;
- TimeStream: time-series database; records trillions of events per day; built-in analytic functions;
- QLDB Quantum Ledger Database: ledger database; storing financial transactions; append-only immutable journal; centralized;