Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS Additional DB Services

AWS Cloud Different Database Types

AWS provides a wider variety of databases, and it’s beneficial to be familiar with them in case you need to utilize any of them.

AWS DocumentDB

AWS DocumentDB is a document-based database service.

It is classified as a NoSQL database.

It offers support for MongoDB.

It is well-suited for applications like content management systems, user profiling, and cataloging.

Here is an example of a document within a document-based database.

{
 name: “Jason”,
 age: “29”,
 city: “New York”
 profession: “Accountant”
}