Last active
January 24, 2021 22:28
-
-
Save regiszanandrea/060336f8e0d49c4d31c6b72a4c6353e0 to your computer and use it in GitHub Desktop.
AWS Databases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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