Databases (AWS Services)

1 · Muhammad · June 17, 2020, midnight
Database services that AWS offers RDS -> Relation Database Service Key/Value -> Amazon DynamoDB RedShift for Data Warehouses Purpose Built Solutions such as QLDB,DocumentDB RDS Relational Database Service is good for data when its relational. Amazon offers Aurora and you can also use other services such as Postgres,MySQL,Oracle and MariaDB. Its good for transactions that are ACID(Atomic Consistency Isolation and Durability) and features needed such as referential integrity. Its also good when ...