Skip to content

Instantly share code, notes, and snippets.

@regiszanandrea
Last active January 24, 2021 22:28
Show Gist options
  • Save regiszanandrea/060336f8e0d49c4d31c6b72a4c6353e0 to your computer and use it in GitHub Desktop.
Save regiszanandrea/060336f8e0d49c4d31c6b72a4c6353e0 to your computer and use it in GitHub Desktop.
AWS Databases
Relational Databases
- Aurora: Mysql and PostgreSQL compatible. Easy to auto scale
- RDS: MySQL, PostgreSQL, MariaDB
- Redshift: Huge Databases, up to 8 PB of compressed data
NoSQL
- DynamoDB
- DocumentDB: MongoDB compatible
- Keyspaces: Apache Cassandra compatible
In-memory
- ElastiCache for Memcached: Memcached compatible
- ElastiCache for Redis: Redis compatible
Speciality:
- Neptune: Graph database
- Timestream: Time series Database
- QLDB: Ledger Database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment