How to choose a database on AWS

How to choose a database on AWS

How do I choose a database on AWS? How do I choose between NoSQL (Amazon DynamoDB) vs SQL (Amazon RDS)? As a software engineer, when...
How do I choose a database on AWS? How do I choose between NoSQL (Amazon DynamoDB) vs SQL (Amazon RDS)? As a software engineer, when building a serverless microservice on AWS, I will walk you through how I narrow down what the best database on AWS is for my microservice. https://youtu.be/drkBB21eKdI Database options on AWS When it comes to storing data in AWS, at the time of writing, there are over 15 different options. The options for our microservice's persistent store are the following: Amazon AuroraAmazon RDSAuroraPostgreSQLMySQLMariaDBOracleSQLServerAmazon RedshiftAmazon DynamoDBDocumentDBAmazon Keyspaces Not included here are the services for graph data and...